From ef1eb853dd7720abeae0a5a005bb84c55d90f38a Mon Sep 17 00:00:00 2001 From: Tommy Mikkelsen Date: Fri, 1 Jul 2022 13:54:20 +0200 Subject: [PATCH] #512 fixed --- CHANGELOG.md | 1 + src/components/modules/ExportTools/defs/def-Fields.json | 6 ++++-- src/components/modules/ExportTools/defs/def-Levels.json | 2 +- src/components/modules/ExportTools/scripts/ethelper.js | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c7db72..db19e34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ * [#500 Library Path Mapping](https://github.com/WebTools-NG/WebTools-NG/issues/500) * [#505 FindMedia](https://github.com/WebTools-NG/WebTools-NG/issues/505) * [#509 Refactor Settings](https://github.com/WebTools-NG/WebTools-NG/issues/509) +* [#512 ET Intro Start/End isn't exported](https://github.com/WebTools-NG/WebTools-NG/issues/512) ## V0.3.17 (20220601) diff --git a/src/components/modules/ExportTools/defs/def-Fields.json b/src/components/modules/ExportTools/defs/def-Fields.json index e31ec6a..aefa8b5 100644 --- a/src/components/modules/ExportTools/defs/def-Fields.json +++ b/src/components/modules/ExportTools/defs/def-Fields.json @@ -576,7 +576,8 @@ "call": 2, "type": "array", "subtype": "time", - "subkey": "$.startTimeOffset" + "subkey": "$.startTimeOffset", + "include": "includeMarkers=1" }, "Intro Stop": { @@ -584,7 +585,8 @@ "call": 2, "type": "array", "subtype": "time", - "subkey": "$.endTimeOffset" + "subkey": "$.endTimeOffset", + "include": "includeMarkers=1" }, "Item Counts": { diff --git a/src/components/modules/ExportTools/defs/def-Levels.json b/src/components/modules/ExportTools/defs/def-Levels.json index 080ac0f..a8b478b 100644 --- a/src/components/modules/ExportTools/defs/def-Levels.json +++ b/src/components/modules/ExportTools/defs/def-Levels.json @@ -40,7 +40,7 @@ "Include": { "Level 1": "", "Level 2": "", - "all": "checkFiles=1&includeExtras=1&includeBandwidths=1&includeChapters=1" + "all": "checkFiles=1&includeExtras=1&includeBandwidths=1&includeChapters=1&includeMarkers=1" } }, "1" : { diff --git a/src/components/modules/ExportTools/scripts/ethelper.js b/src/components/modules/ExportTools/scripts/ethelper.js index 1d519ce..ba33c78 100644 --- a/src/components/modules/ExportTools/scripts/ethelper.js +++ b/src/components/modules/ExportTools/scripts/ethelper.js @@ -353,7 +353,7 @@ const etHelper = new class ETHELPER { }; this.PMSHeader = wtutils.PMSHeader; - this.uriParams = 'checkFiles=1&includeAllConcerts=1&includeBandwidths=1&includeChapters=1&includeChildren=1&includeConcerts=1&includeExtras=1&includeFields=1&includeGeolocation=1&includeLoudnessRamps=1&includeMarkers=1&includeOnDeck=1&includePopularLeaves=1&includePreferences=1&includeRelated=1&includeRelatedCount=1&includeReviews=1&includeStations=1'; + this.uriParams = 'checkFiles=1&includeAllConcerts=1&includeBandwidths=1&includeChapters=1&includeChildren=1&includeConcerts=1&includeExtras=1&includeFields=1&includeGeolocation=1&includeMarkers=1&includeLoudnessRamps=1&includeMarkers=1&includeOnDeck=1&includePopularLeaves=1&includePreferences=1&includeRelated=1&includeRelatedCount=1&includeReviews=1&includeStations=1'; this.ETmediaType = { Movie: 1, Show: 2,