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.
32 lines
704 B
32 lines
704 B
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 |