mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-23 11:33:14 +00:00
Merge pull request #560 from WebTools-NG/#559-Add-editionTitle-to-ET-Movies-export
Fix #559
This commit is contained in:
commit
4887caec7b
3 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -71,6 +71,7 @@
|
||||||
"Country",
|
"Country",
|
||||||
"Directors",
|
"Directors",
|
||||||
"Duration",
|
"Duration",
|
||||||
|
"Edition Title",
|
||||||
"Export Art",
|
"Export Art",
|
||||||
"Export Posters",
|
"Export Posters",
|
||||||
"Extras",
|
"Extras",
|
||||||
|
|
Loading…
Reference in a new issue