Incorrect setting on Av1, fixed.
This commit is contained in:
cellardoor452 2023-04-11 22:48:27 -04:00
parent 1360ca3ee7
commit a834322cca

View file

@ -19,7 +19,7 @@ presets:
- "_episode_base" - "_episode_base"
- "_episode_video_tags" - "_episode_video_tags"
ytdl_options: 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: overrides:
tv_show_poster_file_name: "poster.jpg" tv_show_poster_file_name: "poster.jpg"
tv_show_fanart_file_name: "fanart.jpg" tv_show_fanart_file_name: "fanart.jpg"