You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.1 KiB
33 lines
1.1 KiB
######################################################
|
|
# Dynamic Year Collections #
|
|
# Created by Yozora, Bullmoose20, & Sohjiro #
|
|
# #
|
|
# Call this from your config.yml (Movie or Show): #
|
|
# metadata_path: #
|
|
# - git: PMM/year #
|
|
######################################################
|
|
|
|
templates:
|
|
year_dynamic:
|
|
collection_mode: hide
|
|
sort_title: +14_<<collection_name>>
|
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/year/best/<<key>>.jpg
|
|
smart_filter:
|
|
sort_by: critic_rating.desc
|
|
any:
|
|
year: <<value>>
|
|
limit: 10
|
|
|
|
collections:
|
|
Year Collections:
|
|
blank_collection: true
|
|
collection_mode: hide
|
|
sort_title: +14_+Year Collections
|
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/separators/year.jpg
|
|
|
|
dynamic_collections:
|
|
Year:
|
|
type: year
|
|
title_format: Best of <<key_name>>
|
|
template: year_dynamic
|