mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 00:18:53 -05:00
* Update config.yml * Create ReadMe.md * Update config.yml * Update 0_othercollections.yml * Update 1_genres.yml * Update README.md * Update config.yml * Add files via upload * Update continents.yml * Update musictemplates.yml * Add files via upload * Update 3_tvshow-genres.yml * Update 5_tvshows-topic.yml * Update 3_tvshow-genres.yml * Update 5_tvshows-topic.yml * Update 3_tvshow-genres.yml * Update 5_tvshows-topic.yml * Update 3_tvshow-genres.yml * Update config.yml * Update config.yml * Update 0_othercollections.yml * Update 1_genres.yml * Update 3_topics.yml * Add files via upload * Update config.yml * Update 3_topics.yml * Update 2_subgenre.yml * Update 4_based_on.yml * Update 6_holidays.yml * Update 3_tvshow-genres.yml * Update 5_tvshows-topic.yml * Add files via upload * Add files via upload * Update 5_critics_other.yml
52 lines
1.5 KiB
YAML
52 lines
1.5 KiB
YAML
##############################################################################
|
|
# Cannes Awards Collections #
|
|
# Created by Yozora, Bullmoose20, & Sohjiro #
|
|
# Credit to pjcob & maxwelldeux for the Trakt Lists #
|
|
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
|
# https://metamanager.wiki/en/latest/defaults/award/cannes.html #
|
|
##############################################################################
|
|
|
|
external_templates:
|
|
pmm: templates
|
|
template_variables:
|
|
collection_section: 130
|
|
|
|
collections:
|
|
Cannes Golden Palm Winners:
|
|
variables:
|
|
key: palm
|
|
template:
|
|
- name: shared
|
|
sort: Cannes !
|
|
allowed_libraries: movie
|
|
image: award/cannes/winner
|
|
translation_key: cannes_best
|
|
- name: arr
|
|
- name: custom
|
|
trakt_list: https://trakt.tv/users/maxwelldeux/lists/cannes-film-festival-palme-d-or
|
|
|
|
dynamic_collections:
|
|
Cannes Awards:
|
|
type: number
|
|
sync: true
|
|
data:
|
|
starting: current_year-4
|
|
ending: current_year
|
|
title_format: Cannes <<key_name>>
|
|
template:
|
|
- use_year_collections
|
|
- trakt
|
|
- shared
|
|
- arr
|
|
- custom
|
|
template_variables:
|
|
trakt_list:
|
|
default: https://trakt.tv/users/pjcob/lists/<<key>>-cannes
|
|
allowed_libraries:
|
|
default: movie
|
|
image:
|
|
default: award/cannes/<<key>>
|
|
translation_key:
|
|
default: cannes_year
|
|
dynamic:
|
|
default: true |