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.
59 lines
2.3 KiB
59 lines
2.3 KiB
#############################################################
|
|
# Sundance Collections #
|
|
# Created by Yozora, Bullmoose20, & Sohjiro #
|
|
# Credit to pjcob & maxwelldeux for the Trakt Lists #
|
|
#############################################################
|
|
# REQUIRES TRAKT AUTHENTICATION #
|
|
# https://metamanager.wiki/en/latest/config/trakt.html #
|
|
# #
|
|
# Call this from your config.yml (Movie only) #
|
|
# If nothing is specified these are the defaults #
|
|
# #
|
|
# metadata_path: #
|
|
# - git: PMM/award/sundance #
|
|
# template_variables: #
|
|
# # Turn the individual year collections on/off #
|
|
# use_year_collections: true #
|
|
# collection_order: custom #
|
|
# # Sets the collection mode of the collection #
|
|
# collection_mode: #
|
|
# # Sets the value at the start of the sort title #
|
|
# collection_section: 16 #
|
|
#############################################################
|
|
|
|
external_templates:
|
|
git: PMM/templates
|
|
template_variables:
|
|
collection_section: 16
|
|
|
|
templates:
|
|
Sundance:
|
|
allowed_library_types: movie
|
|
summary: Sundance Film Festival of <<key>>
|
|
trakt_list: https://trakt.tv/users/pjcob/lists/<<key>>-sundance
|
|
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/sundance/<<key>>.jpg
|
|
|
|
collections:
|
|
Sundance Grand Jury Winners:
|
|
template:
|
|
- name: award
|
|
image: sundance/grand_jury_winner
|
|
- name: shared
|
|
sort: Sundance !1
|
|
allowed_library_types: movie
|
|
trakt_list_details: https://trakt.tv/users/maxwelldeux/lists/sundance-film-festival-grand-jury-prize
|
|
|
|
dynamic_collections:
|
|
Sundance Film Festival:
|
|
type: number
|
|
sync: true
|
|
data:
|
|
starting: current_year-5
|
|
ending: current_year
|
|
title_format: Sundance Film Festival <<key_name>>
|
|
template:
|
|
- use_year_collections
|
|
- Sundance
|
|
- award
|
|
- shared
|