[BACKEND] prebuilt player bases, make plex convert webm to mp4 (#268)

This commit is contained in:
Jesse Bannon 2022-10-03 15:44:44 -07:00 committed by GitHub
parent 9f6b3d4647
commit a8b8762f49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 8 deletions

View file

@ -1,7 +0,0 @@
presets:
_kodi_safe_nfo:
nfo_tags:
kodi_safe: True
output_directory_nfo_tags:
kodi_safe: True

View file

@ -0,0 +1,12 @@
presets:
_kodi_base:
nfo_tags:
kodi_safe: True
output_directory_nfo_tags:
kodi_safe: True
_plex_base:
file_convert:
convert:
webm: "mp4"

View file

@ -2,6 +2,7 @@ presets:
_plex_tv_show:
preset:
- "_plex_base"
- "_episode_video_tags"
overrides:
tv_show_poster_file_name: "poster.jpg"
@ -19,5 +20,5 @@ presets:
_kodi_tv_show:
preset:
- "_kodi_base"
- "_jellyfin_tv_show"
- "_kodi_safe_nfo"