From a834322cca9fb5aed8fdc2df239fcfb51590c31c Mon Sep 17 00:00:00 2001 From: cellardoor452 <128985786+cellardoor452@users.noreply.github.com> Date: Tue, 11 Apr 2023 22:48:27 -0400 Subject: [PATCH] EBUATK Incorrect setting on Av1, fixed. --- src/ytdl_sub/prebuilt_presets/tv_show/tv_show.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ytdl_sub/prebuilt_presets/tv_show/tv_show.yaml b/src/ytdl_sub/prebuilt_presets/tv_show/tv_show.yaml index 3ab82c61..ecab4e38 100644 --- a/src/ytdl_sub/prebuilt_presets/tv_show/tv_show.yaml +++ b/src/ytdl_sub/prebuilt_presets/tv_show/tv_show.yaml @@ -19,7 +19,7 @@ presets: - "_episode_base" - "_episode_video_tags" ytdl_options: - format: "bestvideo[ext=mp4][height<=?1080]+bestaudio/best" # Plex currently does not support webm + format: "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best" overrides: tv_show_poster_file_name: "poster.jpg" tv_show_fanart_file_name: "fanart.jpg"