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
2023.10.25.post3
[BACKEND] Default overrides for indent variables (785)
For music presets, adds `track_genre_default` as an override variable (defaults to Unset)
For TV show presets, adds `tv_show_genre_default` and `tv_show_content_rating_default`, which default to 'ytdl-sub' and 'TV-14'
2023.10.25.post2
[BUGFIX] Do not set music_directory in prebuilt presets (783)
New music prebuilt presets had set `music_directory`, which is bad practice since it's not visible to the user which directory it would use. This forces `music_directory` to be set either in the user's config or subscription file
2023.10.25.post1
[BUGFIX] Have `__preset__` override nested preset keys (784)
With the new preset nesting support, `__preset__` would have lower precedence which isn't ideal since it's meant to serve as a 'apply to all presets in this file'. Now the order of priority is:
Music multi-tags (artists, albumartists, etc) were not writing correctly. Fix it by explicitly checking to see if the tag is multi or not in the codebase.
2023.10.24
[FEATURE] Prebuilt music presets (780)
Adds the following prebuilt presets:
"Single" "SoundCloud Discography" "YouTube Releases" "YouTube Full Albums" "Bandcamp"
which require no config.yaml to use. Usage examples can be found in the `/examples` directory