Plex-Meta-Manager/defaults/movie/director.yml

49 lines
1.3 KiB
YAML
Raw Normal View History

2022-10-10 20:56:05 +00:00
##############################################################################
# Director Collections #
# Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/movie/director.html #
##############################################################################
2022-09-27 06:19:29 +00:00
external_templates:
2022-10-01 07:45:58 +00:00
pmm: templates
2022-09-27 06:19:29 +00:00
template_variables:
collection_section: 18
2022-10-01 07:45:58 +00:00
translations:
pmm: translations
2022-09-27 06:19:29 +00:00
collections:
Directors Collections:
template:
- name: separator
separator: director
- name: translation
key_name: Directors
translation_key: separator
2022-09-27 06:19:29 +00:00
dynamic_collections:
Top Directors:
type: director
data:
depth: 5
limit: 25
2022-10-04 19:24:01 +00:00
title_format: <<key_name>> (Director)
2022-10-01 07:45:58 +00:00
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
2022-09-27 06:19:29 +00:00