Creates standardized prebuilt presets for music videos. Preset names are: ``` "Kodi Music Videos" "Jellyfin Music Videos" "Plex Music Videos" ``` Usage can be found in the `examples/` directory
26 lines
No EOL
534 B
YAML
26 lines
No EOL
534 B
YAML
presets:
|
|
|
|
_base:
|
|
overrides:
|
|
file_uid: "{uid_sanitized}"
|
|
file_title: "{title_sanitized}"
|
|
|
|
_kodi_base:
|
|
preset:
|
|
- "_base"
|
|
nfo_tags:
|
|
kodi_safe: True
|
|
output_directory_nfo_tags:
|
|
kodi_safe: True
|
|
|
|
_plex_base:
|
|
preset:
|
|
- "_base"
|
|
overrides:
|
|
file_uid: "{uid_sanitized_plex}"
|
|
file_title: "{title_sanitized_plex}"
|
|
|
|
_plex_video_base:
|
|
preset:
|
|
- "_plex_base"
|
|
format: "(bv*[ext=mp4][vcodec~='^((he|a)vc|h26[45])']+ba[ext=m4a]) / (bv[ext=mp4]*+ba[ext=m4a]/b)" |