mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-19 06:26:06 -05:00
add PMM Default Files
This commit is contained in:
53
PMM/movie/writer.yml
Normal file
53
PMM/movie/writer.yml
Normal file
@@ -0,0 +1,53 @@
|
||||
#############################################################
|
||||
# Writer 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/writer #
|
||||
# template_variables: #
|
||||
# # Turn the separator collection on/off #
|
||||
# use_separator: true #
|
||||
# # Sets how the collection is sorted #
|
||||
# sort_by: release.desc #
|
||||
# # Sets the collection mode of the collection #
|
||||
# collection_mode: #
|
||||
# # Sets the value at the start of the sort title #
|
||||
# collection_section: 20 #
|
||||
#############################################################
|
||||
|
||||
external_templates:
|
||||
git: PMM/templates
|
||||
template_variables:
|
||||
collection_section: 20
|
||||
|
||||
templates:
|
||||
writer_dynamic:
|
||||
default:
|
||||
sort_by: release.desc
|
||||
tmdb_person: <<value>>
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/people/<<key_encoded>>.jpg
|
||||
smart_filter:
|
||||
sort_by: <<sort_by>>
|
||||
all:
|
||||
writer: tmdb
|
||||
|
||||
collections:
|
||||
Writers Collections:
|
||||
template:
|
||||
- name: separator
|
||||
separator: writer
|
||||
|
||||
dynamic_collections:
|
||||
Top Writers:
|
||||
type: writer
|
||||
template:
|
||||
- writer_dynamic
|
||||
- shared
|
||||
title_format: <<title>> (Writer)
|
||||
data:
|
||||
depth: 5
|
||||
limit: 25
|
||||
|
||||
Reference in New Issue
Block a user