[BACKEND] Plex TV show presets to always convert to mp4 format (#701)
Plex and webm do not play well together at this time. To mitigate issues, always convert to mp4 when using any Plex prebuilt preset.
This commit is contained in:
parent
da70c725fc
commit
372d3bbf02
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ presets:
|
|||
tv_show_poster_file_name: "poster.jpg"
|
||||
tv_show_fanart_file_name: "fanart.jpg"
|
||||
season_poster_file_name: "Season {season_number_padded}/Season{season_number_padded}.jpg"
|
||||
file_convert:
|
||||
convert_to: "mp4" # webm doesn't play in many plex clients, so use mp4 instead
|
||||
|
||||
_jellyfin_tv_show:
|
||||
preset:
|
||||
|
|
|
|||
Loading…
Reference in a new issue