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.
91 lines
3.3 KiB
91 lines
3.3 KiB
2 years ago
|
#############################################################
|
||
|
# Awards Collections #
|
||
|
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||
|
# Credit to 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/other #
|
||
|
# template_variables: #
|
||
|
# # Sets the collection order of the collection #
|
||
|
# 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 #
|
||
|
# # Adds missing from the collection to radarr #
|
||
|
# radarr_add_missing: #
|
||
|
# # Radarr Folder to add to #
|
||
|
# radarr_folder: #
|
||
|
# # Radarr Tag for added missing #
|
||
|
# radarr_tag: #
|
||
|
# # Radarr Tag for existing items #
|
||
|
# item_radarr_tag: #
|
||
|
#############################################################
|
||
|
|
||
|
external_templates:
|
||
2 years ago
|
pmm: templates
|
||
2 years ago
|
template_variables:
|
||
|
collection_section: 16
|
||
|
|
||
2 years ago
|
translations:
|
||
|
pmm: translations
|
||
|
|
||
2 years ago
|
collections:
|
||
2 years ago
|
Berlinale Golden Bears:
|
||
2 years ago
|
variables:
|
||
|
key: berlinale
|
||
|
template:
|
||
|
- name: shared
|
||
|
allowed_libraries: movie
|
||
|
image: award/berlinale/winner
|
||
|
- name: arr
|
||
|
- name: custom
|
||
2 years ago
|
- name: translation
|
||
|
translation_key: berlinale_best
|
||
2 years ago
|
trakt_list: https://trakt.tv/users/maxwelldeux/lists/berlin-international-film-festival-golden-bears
|
||
2 years ago
|
|
||
2 years ago
|
César Best Film Winners:
|
||
2 years ago
|
variables:
|
||
|
key: cesar
|
||
|
template:
|
||
|
- name: shared
|
||
|
allowed_libraries: movie
|
||
|
image: award/cesar/winner
|
||
|
- name: arr
|
||
|
- name: custom
|
||
2 years ago
|
- name: translation
|
||
|
translation_key: cesar_best
|
||
2 years ago
|
trakt_list: https://trakt.tv/users/maxwelldeux/lists/cesar-award-best-french-film
|
||
2 years ago
|
|
||
2 years ago
|
Razzies Golden Raspberry Winners:
|
||
2 years ago
|
variables:
|
||
2 years ago
|
key: razzie
|
||
2 years ago
|
template:
|
||
|
- name: shared
|
||
|
allowed_libraries: movie
|
||
2 years ago
|
image: award/razzie/winner
|
||
2 years ago
|
- name: arr
|
||
|
- name: custom
|
||
2 years ago
|
- name: translation
|
||
|
translation_key: razzie_worst
|
||
2 years ago
|
trakt_list: https://trakt.tv/users/hdlists/lists/razzie-awards-worst-picture-winners
|
||
2 years ago
|
|
||
2 years ago
|
Venice Golden Lions:
|
||
2 years ago
|
variables:
|
||
|
key: venice
|
||
|
template:
|
||
|
- name: shared
|
||
|
allowed_libraries: movie
|
||
|
image: award/venice/winner
|
||
|
- name: arr
|
||
|
- name: custom
|
||
2 years ago
|
- name: translation
|
||
|
translation_key: bafta_best
|
||
2 years ago
|
trakt_list: https://trakt.tv/users/maxwelldeux/lists/venice-film-festival-golden-lion
|