Fix Plex MP4
No WebM, Best quality, No AV1 either
This commit is contained in:
parent
4339807bc9
commit
5b715a4f50
1 changed files with 1 additions and 3 deletions
|
|
@ -6,13 +6,11 @@ presets:
|
||||||
- "_episode_base"
|
- "_episode_base"
|
||||||
- "_episode_video_tags"
|
- "_episode_video_tags"
|
||||||
ytdl_options:
|
ytdl_options:
|
||||||
format: "bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best"
|
bestvideo: mp4 # 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"
|
||||||
season_poster_file_name: "Season {season_number_padded}/Season{season_number_padded}.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:
|
_jellyfin_tv_show:
|
||||||
preset:
|
preset:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue