diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b13c89..21006ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * [#305 First launch after an upgrade should show changelog](https://github.com/WebTools-NG/WebTools-NG/issues/305) * [#311 Test all defined fields against movie export](https://github.com/WebTools-NG/WebTools-NG/issues/311) * [#312 IMDB and IMDB link broken](https://github.com/WebTools-NG/WebTools-NG/issues/312) +* [#315 Test all defined fields against show export](https://github.com/WebTools-NG/WebTools-NG/issues/315) ## V0.2.02 diff --git a/docs/modules/ExportTools/Fields.ods b/docs/modules/ExportTools/Fields.ods index 4628356..5c99c0f 100644 Binary files a/docs/modules/ExportTools/Fields.ods and b/docs/modules/ExportTools/Fields.ods differ diff --git a/src/components/modules/ExportTools/defs/def-Show.json b/src/components/modules/ExportTools/defs/def-Show.json index 04eba4a..9860a74 100644 --- a/src/components/modules/ExportTools/defs/def-Show.json +++ b/src/components/modules/ExportTools/defs/def-Show.json @@ -18,7 +18,9 @@ "Added", "Art url", "Audience Rating", + "Collections", "Content Rating", + "Deleted", "Duration", "Extras", "Extras-behindthescenes", @@ -33,10 +35,19 @@ "IMDB ID", "IMDB Link", "Key", + "Labels", "Location", + "Locked Fields", + "MetaData Language", + "MetaDB Link", + "Original Title", + "Part Duration", "Poster url", + "Rating", "Release Date", "Roles", + "Similar", + "Sort title", "Studio", "Summary", "Tagline",