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.
65 lines
2.3 KiB
65 lines
2.3 KiB
#############################################################
|
|
# Director Collections #
|
|
# Created by Yozora, Bullmoose20, & Sohjiro #
|
|
#############################################################
|
|
# Call this from your config.yml (Movie only) #
|
|
# If nothing is specified these are the defaults #
|
|
# #
|
|
# metadata_path: #
|
|
# - git: PMM/movie/director #
|
|
# template_variables: #
|
|
# # Sets the style of posters: bw or rainier #
|
|
# style: bw #
|
|
# # Turn the separator collection on/off #
|
|
# use_separator: true #
|
|
# # Separator style (red, blue, green, gray, #
|
|
# purple, stb, orig) #
|
|
# sep_style: orig #
|
|
# # Sets how the collection is sorted #
|
|
# sort_by: release.desc #
|
|
# # Sets the collection mode of the collections #
|
|
# collection_mode: #
|
|
# # Sets the value at the start of the sort title #
|
|
# collection_section: 18 #
|
|
# # Radarr Tag for existing items #
|
|
# item_radarr_tag: #
|
|
#############################################################
|
|
|
|
external_templates:
|
|
pmm: templates
|
|
template_variables:
|
|
collection_section: 18
|
|
|
|
translations:
|
|
pmm: translations
|
|
|
|
collections:
|
|
Directors Collections:
|
|
template:
|
|
- name: separator
|
|
separator: director
|
|
|
|
dynamic_collections:
|
|
Top Directors:
|
|
type: director
|
|
data:
|
|
depth: 5
|
|
limit: 25
|
|
template:
|
|
- smart_filter
|
|
- translation
|
|
- shared
|
|
template_variables:
|
|
tmdb_person:
|
|
default: <<value>>
|
|
search_term:
|
|
default: director
|
|
search_value:
|
|
default: tmdb
|
|
translation_key:
|
|
default: director
|
|
image:
|
|
default: people/<<style>>/<<key_encoded>>
|
|
style:
|
|
default: bw
|
|
|