- Fix key vs key_name in Per-Decade collections

This commit is contained in:
nwithan8 2023-12-14 16:17:39 -07:00
parent f4d9e0cd54
commit f67ebb1d58
3 changed files with 32 additions and 6 deletions

View File

@ -6,7 +6,7 @@ dynamic_collections:
## Use DC as suffix to avoid name conflicts with static collections ## Use DC as suffix to avoid name conflicts with static collections
## These get generated in the order they are listed here, so put the more intensive ones at the bottom ## These get generated in the order they are listed here, so put the more intensive ones at the bottom
Best of Decade DC Movies: # mapping name does not matter just needs to be unique Best of Decade Movies DC: # mapping name does not matter just needs to be unique
type: custom type: custom
data: data:
twenties: 1920 twenties: 1920
@ -21,6 +21,18 @@ dynamic_collections:
twenty_tens: 2010 twenty_tens: 2010
twenty_twenties: 2020 twenty_twenties: 2020
template_variables: template_variables:
starting:
twenties: 1920
thirties: 1930
forties: 1940
fifties: 1950
sixties: 1960
seventies: 1970
eighties: 1980
nineties: 1990
two_thousands: 2000
twenty_tens: 2010
twenty_twenties: 2020
ending: ending:
twenties: 1929 twenties: 1929
thirties: 1939 thirties: 1939

View File

@ -6,9 +6,10 @@ dynamic_collections:
## Use DC as suffix to avoid name conflicts with static collections ## Use DC as suffix to avoid name conflicts with static collections
## These get generated in the order they are listed here, so put the more intensive ones at the bottom ## These get generated in the order they are listed here, so put the more intensive ones at the bottom
Best of Decade DC: # mapping name does not matter just needs to be unique Best of Decade Shows DC: # mapping name does not matter just needs to be unique
type: custom type: custom
data: data:
twenties: 1920
thirties: 1930 thirties: 1930
forties: 1940 forties: 1940
fifties: 1950 fifties: 1950
@ -20,7 +21,20 @@ dynamic_collections:
twenty_tens: 2010 twenty_tens: 2010
twenty_twenties: 2020 twenty_twenties: 2020
template_variables: template_variables:
starting:
twenties: 1920
thirties: 1930
forties: 1940
fifties: 1950
sixties: 1960
seventies: 1970
eighties: 1980
nineties: 1990
two_thousands: 2000
twenty_tens: 2010
twenty_twenties: 2020
ending: ending:
twenties: 1929
thirties: 1939 thirties: 1939
forties: 1949 forties: 1949
fifties: 1959 fifties: 1959

View File

@ -10,14 +10,14 @@ templates:
smart_filter: smart_filter:
sort_by: audience_rating.desc sort_by: audience_rating.desc
all: all:
year.gte: <<key_name>> year.gte: <<starting>>
year.lte: <<ending>> year.lte: <<ending>>
sort_title: 080_+<<level>>_<<key>> sort_title: 080_+<<level>>_<<starting>>
url_poster: https://raw.githubusercontent.com/zluckytraveler/Plex-Meta-Manager-Configs/master/zluckytraveler/Posters/Decades/<<key_name>>.png url_poster: https://raw.githubusercontent.com/zluckytraveler/Plex-Meta-Manager-Configs/master/zluckytraveler/Posters/Decades/<<starting>>.png
visible_library: false visible_library: false
visible_shared: false visible_shared: false
visible_home: false visible_home: false
schedule: monthly(14) schedule: monthly(15)
Per_Genre: Per_Genre:
smart_filter: smart_filter: