diff options
-rw-r--r-- | config.env.example | 1 | ||||
-rw-r--r-- | core/entrypoint.sh | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/config.env.example b/config.env.example index 43b8bee..6018989 100644 --- a/config.env.example +++ b/config.env.example @@ -24,6 +24,7 @@ DEFAULT_COMMENT_SORTING=0 THEATER_MODE=True DEFAULT_RESOLUTION=1080 +PREFERRED_VIDEO_CODEC=0 PREFER_UNI_SOURCES=True USE_VIDEO_PLAYER=2 diff --git a/core/entrypoint.sh b/core/entrypoint.sh index ce8d0e3..6d9be44 100644 --- a/core/entrypoint.sh +++ b/core/entrypoint.sh @@ -56,6 +56,8 @@ theater_mode = ${THEATER_MODE:-True} default_resolution = ${DEFAULT_RESOLUTION:-2160} +preferred_video_codec = ${PREFERRED_VIDEO_CODEC:-0} + prefer_uni_sources = ${PREFER_UNI_SOURCES:-True} use_video_player = ${USE_VIDEO_PLAYER:-0} |