From 349c5028e78142f728f103c2388b8b4b8a68656b Mon Sep 17 00:00:00 2001 From: cellardoor452 <128985786+cellardoor452@users.noreply.github.com> Date: Tue, 11 Apr 2023 22:43:00 -0400 Subject: [PATCH] Plex Update Default will get best video in H265 or H264, if neither are available, it will get next best video. All MP4, no limit on resolution. Plex_tv_show_av1 will allow for absolute best possible resolution in any codec as long as its MP4, including Av1 which is not currently supported in Plex. Without AV1 is considered default, for maximum compatibility at this time. --- .../prebuilt_presets/tv_show/tv_show.yaml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) 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 996d5fa9..ecab4e38 100644 --- a/src/ytdl_sub/prebuilt_presets/tv_show/tv_show.yaml +++ b/src/ytdl_sub/prebuilt_presets/tv_show/tv_show.yaml @@ -1,6 +1,19 @@ presets: - _plex_tv_show: + + _plex_tv_show: # Default Highest Resolution, No AV1, which is not currently supported by plex + preset: + - "_plex_base" + - "_episode_base" + - "_episode_video_tags" + ytdl_options: + format: "(bv*[ext=mp4][vcodec~='^((he|a)vc|h26[45])']+ba[ext=m4a]) / (bv[ext=mp4]*+ba[ext=m4a]/b)" + overrides: + tv_show_poster_file_name: "poster.jpg" + tv_show_fanart_file_name: "fanart.jpg" + season_poster_file_name: "Season {season_number_padded}/Season{season_number_padded}.jpg" + + _plex_tv_show_av1: #Best Possible Video, Including AV1, Which not currently supported by plex preset: - "_plex_base" - "_episode_base" @@ -11,8 +24,6 @@ presets: tv_show_poster_file_name: "poster.jpg" tv_show_fanart_file_name: "fanart.jpg" season_poster_file_name: "Season {season_number_padded}/Season{season_number_padded}.jpg" - file_convert: # Plex currently does not support webm - convert_to: "mp4" _jellyfin_tv_show: preset: