Add files via upload

pull/592/head
ladywhiskers 1 year 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: templates:
mood collection: mood collection:
smart_filter: smart_filter:
@ -49,16 +54,24 @@ dynamic_collections:
Album Moods: Album Moods:
type: album_mood type: album_mood
title_format: Top 10 <<key_name>> Albums title_format: Top 10 <<key_name>> Albums
template: album mood collection template:
- album mood collection
- shared
Track Moods: Track Moods:
type: track_mood type: track_mood
title_format: Top 100 <<key_name>> Tracks title_format: Top 100 <<key_name>> Tracks
template: track mood collection template:
- track mood collection
- shared
Artist Styles: Artist Styles:
type: style type: style
title_format: Top 5 <<key_name>> Artists title_format: Top 5 <<key_name>> Artists
template: style collection template:
- style collection
- shared
Album Styles: Album Styles:
type: style type: style
title_format: Top 20 <<key_name>> Albums 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: external_templates:
file: config/music/musictemplates.yml file: config/music/musictemplates.yml
template_variables: template_variables:
collection_section: "082" collection_section: "001"
templates: templates:
smart_filters: smart_filters:
default: default:

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