When building the CollectionConfig, look for a configs/playlist_templates/collection_playlists.j2
Render that template and overwrite configs/collection_playlists.yaml
Set the loaded PlaylistConfig object on the CollectionConfig (instead of validating in CollectionConfig and then loading in the collection_playlists function.
Includes a bug fix for when trying to update tags_tracks with playlist.get_tracks() when that playlist is actually a folder
CollectionConfig
, look for aconfigs/playlist_templates/collection_playlists.j2
configs/collection_playlists.yaml
PlaylistConfig
object on theCollectionConfig
(instead of validating inCollectionConfig
and then loading in thecollection_playlists
function.tags_tracks
withplaylist.get_tracks()
when that playlist is actually a folder