- Fix missing config file paths
- Add decade collections to shows
This commit is contained in:
parent
a80b98f245
commit
bdbb41efcd
|
@ -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
|
||||||
|
|
||||||
Per-Country DC: # mapping name does not matter just needs to be unique
|
Per-Country DC Movies: # mapping name does not matter just needs to be unique
|
||||||
type: country
|
type: country
|
||||||
title_format: <<key_name>>
|
title_format: <<key_name>>
|
||||||
template:
|
template:
|
||||||
|
|
|
@ -1,3 +1,13 @@
|
||||||
external_templates:
|
external_templates:
|
||||||
- repo: templates/collections
|
- repo: templates/collections
|
||||||
- repo: templates/dynamic_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
|
||||||
|
|
||||||
|
Per-Country DC Shows: # mapping name does not matter just needs to be unique
|
||||||
|
type: country
|
||||||
|
title_format: <<key_name>>
|
||||||
|
template:
|
||||||
|
- Per_Country
|
||||||
|
|
|
@ -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: # 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
|
type: custom
|
||||||
data:
|
data:
|
||||||
twenties: 1920
|
twenties: 1920
|
||||||
|
|
|
@ -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
|
|
@ -78,7 +78,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
|
||||||
|
|
||||||
Per-Genre DC: # mapping name does not matter just needs to be unique
|
Per-Genre DC Movies: # mapping name does not matter just needs to be unique
|
||||||
type: genre
|
type: genre
|
||||||
exclude:
|
exclude:
|
||||||
- Talk Show
|
- Talk Show
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
Per-Holiday DC: # mapping name does not matter just needs to be unique
|
Per-Holiday DC Movies: # mapping name does not matter just needs to be unique
|
||||||
type: custom
|
type: custom
|
||||||
data:
|
data:
|
||||||
years: New Year's Day
|
years: New Year's Day
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
external_templates:
|
||||||
|
- repo: templates/collections
|
||||||
|
- repo: templates/dynamic_collections
|
||||||
|
|
||||||
|
collections:
|
|
@ -23,7 +23,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 Year DC: # mapping name does not matter just needs to be unique
|
Best of Year DC Movies: # mapping name does not matter just needs to be unique
|
||||||
type: number
|
type: number
|
||||||
sync: true
|
sync: true
|
||||||
data:
|
data:
|
||||||
|
|
Loading…
Reference in New Issue