Merge pull request #560 from WebTools-NG/#559-Add-editionTitle-to-ET-Movies-export

Fix #559
This commit is contained in:
Tommy Mikkelsen 2022-08-03 01:22:12 +02:00 committed by GitHub
commit 4887caec7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 0 deletions

View file

@ -14,6 +14,7 @@
* [#550 Export posters for Seasons and Shows](https://github.com/WebTools-NG/WebTools-NG/issues/550) (Enhancement) * [#550 Export posters for Seasons and Shows](https://github.com/WebTools-NG/WebTools-NG/issues/550) (Enhancement)
* [#551 Exporting posters and Arts into tree](https://github.com/WebTools-NG/WebTools-NG/issues/551) (Enhancement) * [#551 Exporting posters and Arts into tree](https://github.com/WebTools-NG/WebTools-NG/issues/551) (Enhancement)
* [#553 Request Tooltips be replaced with Info or ? icons](https://github.com/WebTools-NG/WebTools-NG/issues/553) (Enhancement) * [#553 Request Tooltips be replaced with Info or ? icons](https://github.com/WebTools-NG/WebTools-NG/issues/553) (Enhancement)
* [#559 Add editionTitle to ET Movies export](https://github.com/WebTools-NG/WebTools-NG/issues/559) (Enhancement)
## V1.0.0 First Official Release (20220724) ## V1.0.0 First Official Release (20220724)

View file

@ -417,6 +417,12 @@
"call": 1, "call": 1,
"type": "time" "type": "time"
}, },
"Edition Title":
{
"key": "$.editionTitle",
"call": 1,
"type": "string"
},
"Episode": "Episode":
{ {
"key": "$.index", "key": "$.index",

View file

@ -71,6 +71,7 @@
"Country", "Country",
"Directors", "Directors",
"Duration", "Duration",
"Edition Title",
"Export Art", "Export Art",
"Export Posters", "Export Posters",
"Extras", "Extras",