plex-configs/plex/pmm/templates/dynamic_collections.yml

87 lines
2.3 KiB
YAML
Raw Normal View History

external_templates:
- repo: templates/collections
2022-12-09 23:38:06 +00:00
templates:
# Dynamic Collections Templates
# -----------------------------
Per_Decade:
template: { name: Decade,
level: "",
poster_url: https://raw.githubusercontent.com/zluckytraveler/Plex-Meta-Manager-Configs/master/zluckytraveler/Posters/Decades/<<key>>.png }
smart_filter:
sort_by: audience_rating.desc
all:
year.gte: <<key_name>>
year.lte: <<ending>>
visible_library: false
visible_shared: false
visible_home: false
Per_Genre:
template: { name: Genre,
level: "",
poster_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/<<key_name>>.jpg }
smart_filter:
limit: 10000
sort_by: critic_rating.desc
all:
genre: <<value>>
visible_library: false
visible_shared: false
visible_home: false
2022-12-09 23:38:06 +00:00
Per_Actor:
template: { name: Actor,
level: ""}
smart_filter:
sort_by: release.asc
any:
actor: <<value>>
visible_library: false
2022-12-09 23:38:06 +00:00
visible_shared: false
visible_home: false
schedule:
- weekly(thursday)
- weekly(monday)
2022-12-09 23:38:06 +00:00
Per_Director:
template: { name: Director,
level: ""}
smart_filter:
sort_by: release.asc
any:
director: <<value>>
visible_library: false
2022-12-09 23:38:06 +00:00
visible_shared: false
visible_home: false
schedule:
- weekly(friday)
- weekly(tuesday)
2023-11-18 19:06:20 +00:00
Per_Country_Movies:
template: { name: Country,
level: "",
poster_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/country/white/<<key_name>>.jpg }
smart_filter:
limit: 10000
sort_by: critic_rating.desc
any:
country: <<value>>
visible_library: false
visible_shared: false
visible_home: false
2023-11-18 19:06:20 +00:00
Per_Country_Shows:
template: { name: Country,
level: "",
poster_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/country/white/<<key_name>>.jpg }
smart_filter:
limit: 10000
sort_by: critic_rating.desc
any:
origin_country: <<value>>
visible_library: false
visible_shared: false
visible_home: false