You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
877 B
38 lines
877 B
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 |