diff options
author | Astound <kirito@disroot.org> | 2024-01-28 01:55:11 +0800 |
---|---|---|
committer | Astound <kirito@disroot.org> | 2024-01-28 01:55:11 +0800 |
commit | 9dba53d4ed991e2739f4b14f2223c4feb224b0ec (patch) | |
tree | b79bd6f95b4e74c655a60b4d3dfe1cdf6d2502e8 /core/entrypoint.sh | |
parent | 56589294d6051cd6960b3a494c755fe24bb0d65b (diff) | |
download | yt-local-docker-9dba53d4ed991e2739f4b14f2223c4feb224b0ec.tar.lz yt-local-docker-9dba53d4ed991e2739f4b14f2223c4feb224b0ec.tar.xz yt-local-docker-9dba53d4ed991e2739f4b14f2223c4feb224b0ec.zip |
update to yt-local v0.2.7
Diffstat (limited to 'core/entrypoint.sh')
-rw-r--r-- | core/entrypoint.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/entrypoint.sh b/core/entrypoint.sh index d624a67..00c9687 100644 --- a/core/entrypoint.sh +++ b/core/entrypoint.sh @@ -54,13 +54,15 @@ default_comment_sorting = ${DEFAULT_COMMENT_SORTING:-0} theater_mode = ${THEATER_MODE:-True} +autoplay_videos = ${AUTOPLAY_VIDEOS:-True} + default_resolution = ${DEFAULT_RESOLUTION:-2160} codec_rank_h264 = ${CODEC_RANK_H264:-3} codec_rank_vp = ${CODEC_RANK_VP:-2} codec_rank_av1 = ${CODEC_RANK_AV1:-1} -prefer_uni_sources = ${PREFER_UNI_SOURCES:-True} +prefer_uni_sources = ${PREFER_UNI_SOURCES:-1} use_video_player = ${USE_VIDEO_PLAYER:-0} @@ -87,7 +89,7 @@ gather_googlevideo_domains = ${GATHER_GOOGLEVIDEO_DOMAINS:-False} debugging_save_responses = ${DEBUGGING_SAVE_RESPONSES:-False} # Do not change, remove, or comment out this value, or else your settings may be lost or corrupted -settings_version = 3 +settings_version = 5 EOF fi |