- Remove library-specific files (unused)
- Restructure into category -> library type
This commit is contained in:
52
plex/pmm/collections/decades/movies.yml
Normal file
52
plex/pmm/collections/decades/movies.yml
Normal file
@ -0,0 +1,52 @@
|
||||
external_templates:
|
||||
- repo: templates/collections
|
||||
- repo: templates/dynamic_collections
|
||||
|
||||
templates:
|
||||
Per_Decade:
|
||||
smart_filter:
|
||||
sort_by: audience_rating.desc
|
||||
all:
|
||||
year.gte: <<key_name>>
|
||||
year.lte: <<ending>>
|
||||
sort_title: 08_+<<level>>_<<key>>
|
||||
visible_library: true
|
||||
visible_shared: false
|
||||
visible_home: false
|
||||
schedule: monthly(17)
|
||||
url_poster: https://raw.githubusercontent.com/zluckytraveler/Plex-Meta-Manager-Configs/master/zluckytraveler/Posters/Decades/<<key>>.png
|
||||
|
||||
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