Add files via upload

pull/592/head
ladywhiskers 7 months ago committed by cpt-kuesel
parent 6d8fa6c714
commit d531810d62

@ -1,3 +1,8 @@
external_templates:
file: config/music/musictemplates.yml
template_variables:
collection_section: "082"
templates:
mood collection:
smart_filter:
@ -49,16 +54,24 @@ dynamic_collections:
Album Moods:
type: album_mood
title_format: Top 10 <<key_name>> Albums
template: album mood collection
template:
- album mood collection
- shared
Track Moods:
type: track_mood
title_format: Top 100 <<key_name>> Tracks
template: track mood collection
template:
- track mood collection
- shared
Artist Styles:
type: style
title_format: Top 5 <<key_name>> Artists
template: style collection
template:
- style collection
- shared
Album Styles:
type: style
title_format: Top 20 <<key_name>> Albums
template: album style collection
template:
- album style collection
- shared

@ -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

@ -9,7 +9,7 @@
external_templates:
file: config/music/musictemplates.yml
template_variables:
collection_section: "082"
collection_section: "001"
templates:
smart_filters:
default:
@ -422,4 +422,4 @@ dynamic_collections:
- Tonga
- Tuvalu
- Wallis and Futuna Islands
- Wallis and Futuna # Wallis and Futuna Islands
- Wallis and Futuna # Wallis and Futuna Islands

@ -288,4 +288,4 @@ templates:
optional:
- use_year_collections
run_definition: <<use_year_collections>>
sort_title: <<sort_title>>
sort_title: <<sort_title>>

@ -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…
Cancel
Save