diff options
-rw-r--r-- | config.env.example | 3 | ||||
-rw-r--r-- | core/0001.patch | 8 | ||||
-rw-r--r-- | core/entrypoint.sh | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/config.env.example b/config.env.example index 47d1184..43b8bee 100644 --- a/config.env.example +++ b/config.env.example @@ -23,7 +23,8 @@ ENABLE_COMMENTS_AVATARS=True DEFAULT_COMMENT_SORTING=0 THEATER_MODE=True -DEFAULT_RESOLUTION=720 +DEFAULT_RESOLUTION=1080 +PREFER_UNI_SOURCES=True USE_VIDEO_PLAYER=2 PROXY_IMAGES=True diff --git a/core/0001.patch b/core/0001.patch index 9fbf77b..fb3ca75 100644 --- a/core/0001.patch +++ b/core/0001.patch @@ -1,8 +1,8 @@ diff --git a/settings.py b/settings.py -index a7dd398..bbcfa71 100644 +index c97e3d8..76b7065 100644 --- a/settings.py +++ b/settings.py -@@ -477,6 +477,6 @@ def settings_page(): +@@ -491,6 +491,6 @@ def settings_page(): for func, old_value, value in to_call: func(old_value, value) @@ -133,10 +133,10 @@ index 116dbae..6e4e645 100644 .item-video { diff --git a/youtube/templates/base.html b/youtube/templates/base.html -index 3a5d9d0..971f0c8 100644 +index 8795027..e8f567b 100644 --- a/youtube/templates/base.html +++ b/youtube/templates/base.html -@@ -118,22 +118,6 @@ +@@ -126,22 +126,6 @@ </div> </form> diff --git a/core/entrypoint.sh b/core/entrypoint.sh index a42ca5a..ce8d0e3 100644 --- a/core/entrypoint.sh +++ b/core/entrypoint.sh @@ -54,7 +54,9 @@ default_comment_sorting = ${DEFAULT_COMMENT_SORTING:-0} theater_mode = ${THEATER_MODE:-True} -default_resolution = ${DEFAULT_RESOLUTION:-720} +default_resolution = ${DEFAULT_RESOLUTION:-2160} + +prefer_uni_sources = ${PREFER_UNI_SOURCES:-True} use_video_player = ${USE_VIDEO_PLAYER:-0} |