Add files via upload

This commit is contained in:
ladywhiskers
2023-10-26 12:50:10 +11:00
committed by cpt-kuesel
parent 6d8fa6c714
commit d531810d62
6 changed files with 113 additions and 7 deletions

View File

@@ -0,0 +1,32 @@
external_templates:
file: config/music/musictemplates.yml
template_variables:
collection_section: "003"
templates:
mood collection:
smart_filter:
limit: 10
minimum_items: 10
sort_by: plays.desc
all:
artist_mood: <<value>>
style collection:
smart_filter:
limit: 10
minimum_items: 10
sort_by: plays.desc
all:
artist_style: <<value>>
dynamic_collections:
# Moods:
# type: mood
# title_format: Top 10 <<key_name>> Artists
# template: mood collection
Artist Styles:
type: style
title_format: Top 5 <<key_name>> Artists
template:
- style collection
- shared