From 185d0ee97f04edbff66bf95551c49a8a39fa9e1b Mon Sep 17 00:00:00 2001
From: photonconvergence <116527579+photonconvergence@users.noreply.github.com>
Date: Thu, 27 Oct 2022 18:02:21 -0700
Subject: [PATCH 01/84] Fix extra subtext display
Translation strings added for two extra types.
---
src/strings/en-us.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/strings/en-us.json b/src/strings/en-us.json
index 4fa437b462..f2e0cd0bfc 100644
--- a/src/strings/en-us.json
+++ b/src/strings/en-us.json
@@ -1642,7 +1642,9 @@
"UnknownAudioStreamInfo": "The audio stream info is unknown",
"DirectPlayError": "There was an error starting direct playback",
"SelectAll": "Select All",
- "Clip": "Featurette",
+ "Featurette": "Featurette",
+ "Short": "Short",
+ "Clip": "Clip",
"Trailer": "Trailer",
"BehindTheScenes": "Behind the Scenes",
"DeletedScene": "Deleted Scene",
From 85d9d515f527224f7cec7d2b7308cca6e08e3607 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 3 Nov 2022 22:11:49 +0000
Subject: [PATCH 02/84] Update fedora Docker tag to v38
---
deployment/Dockerfile.fedora | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deployment/Dockerfile.fedora b/deployment/Dockerfile.fedora
index da3537327f..9248c209d7 100644
--- a/deployment/Dockerfile.fedora
+++ b/deployment/Dockerfile.fedora
@@ -1,4 +1,4 @@
-FROM fedora:37
+FROM fedora:38
# Docker build arguments
ARG SOURCE_DIR=/jellyfin
From 25e4d378435adb0f22739712b5cde85f0066d795 Mon Sep 17 00:00:00 2001
From: lucaperl <52839381+lucaperl@users.noreply.github.com>
Date: Sat, 28 Jan 2023 19:13:50 +0100
Subject: [PATCH 03/84] Added "Light Grey" and "Dark Grey" subtitle colors
For OLED screens and HDR content, where white subtitles would be blinding.
---
src/components/subtitlesettings/subtitlesettings.template.html | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/components/subtitlesettings/subtitlesettings.template.html b/src/components/subtitlesettings/subtitlesettings.template.html
index 685b03997e..e530b83f98 100644
--- a/src/components/subtitlesettings/subtitlesettings.template.html
+++ b/src/components/subtitlesettings/subtitlesettings.template.html
@@ -102,6 +102,8 @@