From d15c7c8e29b2d6f818f2c980450e4441205a1d85 Mon Sep 17 00:00:00 2001
From: oledfish <88390729+oledfish@users.noreply.github.com>
Date: Tue, 18 Jan 2022 00:55:47 -0300
Subject: [PATCH] Add all TMDB episode orders
---
src/components/metadataEditor/metadataEditor.js | 12 +++++++++++-
src/strings/en-us.json | 3 +++
src/strings/es.json | 5 ++++-
3 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/src/components/metadataEditor/metadataEditor.js b/src/components/metadataEditor/metadataEditor.js
index bce6af5c06..6704118193 100644
--- a/src/components/metadataEditor/metadataEditor.js
+++ b/src/components/metadataEditor/metadataEditor.js
@@ -696,7 +696,17 @@ import template from './metadataEditor.template.html';
showElement('#fldDisplayOrder', context);
showElement('.seriesDisplayOrderDescription', context);
- context.querySelector('#selectDisplayOrder').innerHTML = '' + '';
+ let html = '';
+ html += '';
+ html += '';
+ html += '';
+ html += '';
+ html += '';
+ html += '';
+ html += '';
+ html += '';
+
+ context.querySelector('#selectDisplayOrder').innerHTML = html;
} else {
context.querySelector('#selectDisplayOrder').innerHTML = '';
hideElement('#fldDisplayOrder', context);
diff --git a/src/strings/en-us.json b/src/strings/en-us.json
index a8b57df5e2..890283d82b 100644
--- a/src/strings/en-us.json
+++ b/src/strings/en-us.json
@@ -178,6 +178,7 @@
"Desktop": "Desktop",
"DetectingDevices": "Detecting devices",
"DeviceAccessHelp": "This only applies to devices that can be uniquely identified and will not prevent browser access. Filtering user device access will prevent them from using new devices until they've been approved here.",
+ "Digital": "Digital",
"Director": "Director",
"Directors": "Directors",
"DirectPlaying": "Direct playing",
@@ -1240,6 +1241,7 @@
"OptionWeekdays": "Weekdays",
"OptionWeekends": "Weekends",
"OptionWeekly": "Weekly",
+ "OriginalAirDate": "Original Air Date",
"OriginalAirDateValue": "Original air date: {0}",
"Other": "Other",
"OtherArtist": "Other Artist",
@@ -1404,6 +1406,7 @@
"SortName": "Sort name",
"SpecialFeatures": "Special Features",
"Sports": "Sports",
+ "StoryArc": "Story Arc",
"StopPlayback": "Stop playback",
"StopRecording": "Stop recording",
"Studios": "Studios",
diff --git a/src/strings/es.json b/src/strings/es.json
index 24ac49e384..e975867161 100644
--- a/src/strings/es.json
+++ b/src/strings/es.json
@@ -1601,5 +1601,8 @@
"ReleaseGroup": "Grupo de lanzamiento",
"LabelSyncPlaySettingsSyncCorrectionHelp": "Activar la sincronización activa de la reproducción acelerando o moviéndose a la posición estimada. Desactivar esto en caso de cortes frecuentes en la reproducción.",
"Cursive": "Cursiva",
- "Production": "Producción"
+ "Production": "Producción",
+ "OriginalAirDate": "Fecha de emisión original",
+ "Digital": "Digital",
+ "StoryArc": "Arco argumental"
}