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,38 @@
external_templates:
file: config/music/musictemplates.yml
template_variables:
collection_section: "002"
templates:
album mood collection:
builder_level: album
smart_filter:
limit: 20
minimum_items: 20
delete_below_minimum: true
sort_by: plays.desc
all:
album_mood: <<value>>
album style collection:
builder_level: album
smart_filter:
limit: 20
minimum_items: 20
delete_below_minimum: true
sort_by: plays.desc
all:
album_style: <<value>>
dynamic_collections:
Album Moods:
type: album_mood
title_format: Top 10 <<key_name>> Albums
template:
- album mood collection
- shared
Album Styles:
type: style
title_format: Top 20 <<key_name>> Albums
template:
- album style collection
- shared