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:
parent
5b715a4f50
commit
b52e878d9f
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ presets:
|
||||||
- "_episode_base"
|
- "_episode_base"
|
||||||
- "_episode_video_tags"
|
- "_episode_video_tags"
|
||||||
ytdl_options:
|
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:
|
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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue