[BACKEND] Have Plex TV show preset try to download mp4 (#324)
This commit is contained in:
parent
efb8ed5666
commit
8d154cc242
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ presets:
|
||||||
_plex_tv_show:
|
_plex_tv_show:
|
||||||
preset:
|
preset:
|
||||||
- "_episode_video_tags"
|
- "_episode_video_tags"
|
||||||
|
ytdl_options:
|
||||||
|
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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue