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.
69 lines
2.5 KiB
69 lines
2.5 KiB
#############################################################
|
|
# Dynamic Year Collections #
|
|
# Created by Yozora, Bullmoose20, & Sohjiro #
|
|
#############################################################
|
|
# Call this from your config.yml (Movie or Show) #
|
|
# If nothing is specified these are the defaults #
|
|
# #
|
|
# metadata_path: #
|
|
# - git: PMM/year #
|
|
# template_variables: #
|
|
# # Turn the separator collection on/off #
|
|
# use_separator: true #
|
|
# # Separator style (red, blue, green, gray, #
|
|
# purple, stb, orig) #
|
|
# sep_style: orig #
|
|
# # Turn the other collection on/off #
|
|
# use_other: true #
|
|
# # Sets how the collection is sorted #
|
|
# sort_by: critic_rating.desc #
|
|
# # Sets the collection mode of the collection #
|
|
# collection_mode: #
|
|
# # Sets the value at the start of the sort title #
|
|
# collection_section: 13 #
|
|
# # Sets the number of items per collection #
|
|
# limit: 10 #
|
|
# # Radarr Tag for existing items #
|
|
# item_radarr_tag: #
|
|
# # Sonarr Tag for existing items #
|
|
# item_sonarr_tag: #
|
|
#############################################################
|
|
|
|
external_templates:
|
|
pmm: templates
|
|
template_variables:
|
|
collection_section: 13
|
|
|
|
translations:
|
|
pmm: translations
|
|
|
|
collections:
|
|
Year Collections:
|
|
template:
|
|
- name: separator
|
|
separator: year
|
|
|
|
dynamic_collections:
|
|
Year:
|
|
type: number
|
|
sync: true
|
|
data:
|
|
starting: current_year-10
|
|
ending: current_year
|
|
title_format: Best of <<key_name>>
|
|
template:
|
|
- smart_filter
|
|
- translation
|
|
- shared
|
|
template_variables:
|
|
search_term:
|
|
default: year
|
|
sort_by:
|
|
default: critic_rating.desc
|
|
limit:
|
|
default: 10
|
|
image:
|
|
default: year/best/<<key>>
|
|
translation_key:
|
|
default: year
|