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.
Plex-Meta-Manager/defaults/award/oscars.yml

92 lines
3.2 KiB

#############################################################
# Oscars 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/award/oscars #
# template_variables: #
# # Turn the individual year collections on/off #
# use_year_collections: true #
# # Sets the sort of the IMDb Search #
# imdb_sort: user_rating,desc #
# 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:
pmm: templates
template_variables:
collection_section: 16
translations:
pmm: translations
collections:
Oscars Best Picture Winners:
variables:
key: best_picture
template:
- name: shared
sort: Oscars !1
allowed_libraries: movie
image: award/oscars/best_picture_winner
- name: arr
- name: custom
- name: translation
translation_key: oscars_picture
imdb_list: https://www.imdb.com/search/title/?groups=best_picture_winner
Oscars Best Director Winners:
variables:
key: best_director
template:
- name: shared
sort: Oscars !2
allowed_libraries: movie
image: award/oscars/best_director_winner
- name: arr
- name: custom
- name: translation
translation_key: oscars_director
imdb_list: https://www.imdb.com/search/title/?groups=best_director_winner
dynamic_collections:
Oscars Winners Awards:
type: number
sync: true
data:
starting: current_year-5
ending: current_year
template:
- use_year_collections
- imdb
- translation
- shared
- arr
- custom
template_variables:
imdb_list:
default: https://www.imdb.com/search/title/?release_date=<<key>>-01-01,<<key>>-12-31&groups=oscar_winner&sort=<<imdb_sort>>
imdb_sort:
default: moviemeter,asc
allowed_libraries:
default: movie
image:
default: award/oscars/winner/<<key>>
translation_key:
default: oscars_year