parent
6d8fa6c714
commit
d531810d62
@ -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
|
@ -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
|
@ -0,0 +1,23 @@
|
||||
external_templates:
|
||||
file: config/music/musictemplates.yml
|
||||
template_variables:
|
||||
collection_section: "004"
|
||||
|
||||
templates:
|
||||
track mood collection:
|
||||
builder_level: track
|
||||
smart_filter:
|
||||
limit: 100
|
||||
minimum_items: 100
|
||||
delete_below_minimum: true
|
||||
sort_by: plays.desc
|
||||
all:
|
||||
track_mood: <<value>>
|
||||
|
||||
dynamic_collections:
|
||||
Track Moods:
|
||||
type: track_mood
|
||||
title_format: Top 100 <<key_name>> Tracks
|
||||
template:
|
||||
- track mood collection
|
||||
- shared
|
Loading…
Reference in new issue