From 9dba53d4ed991e2739f4b14f2223c4feb224b0ec Mon Sep 17 00:00:00 2001 From: Astound Date: Sun, 28 Jan 2024 01:55:11 +0800 Subject: update to yt-local v0.2.7 --- core/entrypoint.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'core/entrypoint.sh') 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 -- cgit v1.2.3