mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-20 23:16:05 -05:00
33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
######################################################
|
|
# 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
|