Fixed because I am idiot

Forcing Plex to download only MP4 and 1080P. More efficient then downloading Webm and converting. Plex does not direct Play AV1 currently anyway.
This commit is contained in:
catduckgnaf 2023-04-11 18:08:42 -04:00
parent 5b715a4f50
commit b52e878d9f

View file

@ -6,7 +6,7 @@ presets:
- "_episode_base"
- "_episode_video_tags"
ytdl_options:
bestvideo: mp4 # Plex currently does not support webm
format: "bestvideo[ext=mp4][height<=?1080]+bestaudio/best" # Plex currently does not support webm
overrides:
tv_show_poster_file_name: "poster.jpg"
tv_show_fanart_file_name: "fanart.jpg"