From b316accfbaccc0e7a9b1b4e04383f0285a423d9a Mon Sep 17 00:00:00 2001 From: LJQ Date: Wed, 15 May 2024 01:35:47 +0800 Subject: [PATCH] Add display options for tvdb plugin --- src/components/metadataEditor/metadataEditor.js | 3 +++ src/strings/en-us.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/components/metadataEditor/metadataEditor.js b/src/components/metadataEditor/metadataEditor.js index df1a61c6a5..38c8d6ee1a 100644 --- a/src/components/metadataEditor/metadataEditor.js +++ b/src/components/metadataEditor/metadataEditor.js @@ -711,6 +711,9 @@ function setFieldVisibilities(context, item) { html += ''; html += ''; html += ''; + html += ''; + html += ''; + html += ''; context.querySelector('#selectDisplayOrder').innerHTML = html; } else { diff --git a/src/strings/en-us.json b/src/strings/en-us.json index f4ecc81c35..335ad7983f 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -30,6 +30,8 @@ "AllowFfmpegThrottlingHelp": "When a transcode or remux gets far enough ahead from the current playback position, pause the process so it will consume fewer resources. This is most useful when watching without seeking often. Turn this off if you experience playback issues.", "AllowSegmentDeletion": "Delete segments", "AllowSegmentDeletionHelp": "Delete old segments after they have been downloaded by the client. This prevents having to store the entire transcoded file on disk. Turn this off if you experience playback issues.", + "Alternate" : "Alternate", + "AlternateDVD" : "Alternate DVD", "LabelThrottleDelaySeconds": "Throttle after", "LabelThrottleDelaySecondsHelp": "Time in seconds after which the transcoder will be throttled. Must be large enough for the client to maintain a healthy buffer. Only works if throttling is enabled.", "LabelSegmentKeepSeconds": "Time to keep segments", @@ -1342,6 +1344,7 @@ "RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Dashboard.", "RefreshMetadata": "Refresh metadata", "RefreshQueued": "Refresh queued.", + "Regional" : "Regional", "ReleaseDate": "Release date", "ReleaseGroup": "Release Group", "RememberAudioSelections": "Set audio track based on previous item",