- Fix missing config file paths
- Add decade collections to shows
This commit is contained in:
@ -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: # mapping name does not matter just needs to be unique
|
||||
Best of Decade DC Movies: # mapping name does not matter just needs to be unique
|
||||
type: custom
|
||||
data:
|
||||
twenties: 1920
|
||||
|
38
plex/pmm/collections/decades/shows.yml
Normal file
38
plex/pmm/collections/decades/shows.yml
Normal file
@ -0,0 +1,38 @@
|
||||
external_templates:
|
||||
- repo: templates/collections
|
||||
- repo: templates/dynamic_collections
|
||||
|
||||
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
|
||||
type: custom
|
||||
data:
|
||||
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
|
||||
template_variables:
|
||||
ending:
|
||||
twenties: 1929
|
||||
thirties: 1939
|
||||
forties: 1949
|
||||
fifties: 1959
|
||||
sixties: 1969
|
||||
seventies: 1979
|
||||
eighties: 1989
|
||||
nineties: 1999
|
||||
two_thousands: 2009
|
||||
twenty_tens: 2019
|
||||
twenty_twenties: 2029
|
||||
title_format: Best of the <<key_name>>s
|
||||
template:
|
||||
- Per_Decade
|
Reference in New Issue
Block a user