ytdl-sub/src/ytdl_sub/prebuilt_presets/music_videos/music_videos.yaml
Qualis Svagtlys c7823a40ad
[DEV] Prebuilt Presets Revamp (#864)
Modifies some of the prebuilt preset logic in the backend
2024-01-18 15:01:29 -08:00

43 lines
No EOL
1 KiB
YAML

presets:
"Jellyfin Music Videos":
preset:
- "_base"
- "_music_video_base"
- "_music_video_nfo"
- "_music_video_tags"
"Kodi Music Videos":
preset:
- "_kodi_base"
- "_music_video_base"
- "_music_video_nfo"
- "_music_video_tags"
"Plex Music Videos":
preset:
- "_plex_video_base"
- "_music_video_base"
- "_music_video_tags"
_music_video_nfo:
nfo_tags:
nfo_name: "{music_video_file_name}.nfo"
nfo_root: "musicvideo"
tags:
artist: "{music_video_artist}"
title: "{music_video_title}"
album: "{music_video_album}"
genre:
- "{music_video_genre}"
# Kodi v20 to not use year, so removing
premiered: "{music_video_date}"
_music_video_tags:
video_tags:
artist: "{music_video_artist}"
title: "{music_video_title}"
album: "{music_video_album}"
genre: "{music_video_genre}"
year: "{music_video_year}"
premiered: "{music_video_date}"