- Fix key vs key_name in Per-Decade collections
This commit is contained in:
parent
f4d9e0cd54
commit
f67ebb1d58
|
@ -6,7 +6,7 @@ dynamic_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
|
||||
|
||||
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
|
||||
data:
|
||||
twenties: 1920
|
||||
|
@ -21,6 +21,18 @@ dynamic_collections:
|
|||
twenty_tens: 2010
|
||||
twenty_twenties: 2020
|
||||
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:
|
||||
twenties: 1929
|
||||
thirties: 1939
|
||||
|
|
|
@ -6,9 +6,10 @@ dynamic_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
|
||||
|
||||
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
|
||||
data:
|
||||
twenties: 1920
|
||||
thirties: 1930
|
||||
forties: 1940
|
||||
fifties: 1950
|
||||
|
@ -20,7 +21,20 @@ dynamic_collections:
|
|||
twenty_tens: 2010
|
||||
twenty_twenties: 2020
|
||||
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:
|
||||
twenties: 1929
|
||||
thirties: 1939
|
||||
forties: 1949
|
||||
fifties: 1959
|
||||
|
|
|
@ -10,14 +10,14 @@ templates:
|
|||
smart_filter:
|
||||
sort_by: audience_rating.desc
|
||||
all:
|
||||
year.gte: <<key_name>>
|
||||
year.gte: <<starting>>
|
||||
year.lte: <<ending>>
|
||||
sort_title: 080_+<<level>>_<<key>>
|
||||
url_poster: https://raw.githubusercontent.com/zluckytraveler/Plex-Meta-Manager-Configs/master/zluckytraveler/Posters/Decades/<<key_name>>.png
|
||||
sort_title: 080_+<<level>>_<<starting>>
|
||||
url_poster: https://raw.githubusercontent.com/zluckytraveler/Plex-Meta-Manager-Configs/master/zluckytraveler/Posters/Decades/<<starting>>.png
|
||||
visible_library: false
|
||||
visible_shared: false
|
||||
visible_home: false
|
||||
schedule: monthly(14)
|
||||
schedule: monthly(15)
|
||||
|
||||
Per_Genre:
|
||||
smart_filter:
|
||||
|
|
Loading…
Reference in New Issue