Plex-Meta-Manager/defaults/award/oscars.yml

84 lines
2.2 KiB
YAML
Raw Normal View History

2022-10-06 18:58:57 +00:00
##############################################################################
# Academy Awards (Oscars) Collections #
# Created by Yozora, Bullmoose20, & Sohjiro #
2022-10-07 12:45:31 +00:00
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
2024-04-22 14:20:12 +00:00
# https://kometa.wiki/en/latest/defaults/award/oscars #
2022-10-06 18:58:57 +00:00
##############################################################################
2022-09-27 06:19:29 +00:00
external_templates:
2024-04-22 14:20:12 +00:00
default: templates
2022-09-27 06:19:29 +00:00
template_variables:
2023-02-08 10:18:02 +00:00
collection_section: 130
2022-09-27 06:19:29 +00:00
collections:
Oscars Best Picture Winners:
variables:
key: best_picture
template:
- name: shared
sort: Oscars !1
allowed_libraries: movie
image: award/oscars/best_picture_winner
2023-03-30 19:51:04 +00:00
translation_key: oscars_picture
2022-09-27 06:19:29 +00:00
- name: arr
- name: custom
imdb_award:
event_id: ev0000003
event_year: all
category_filter:
- best motion picture of the year
2024-01-09 20:56:49 +00:00
- best picture
- best picture, production
- best picture, unique and artistic production
winning: true
2022-09-27 06:19:29 +00:00
Oscars Best Director Winners:
variables:
key: best_director
template:
- name: shared
sort: Oscars !2
allowed_libraries: movie
image: award/oscars/best_director_winner
2023-03-30 19:51:04 +00:00
translation_key: oscars_director
2022-09-27 06:19:29 +00:00
- name: arr
- name: custom
imdb_award:
event_id: ev0000003
event_year: all
category_filter:
2024-01-03 19:06:05 +00:00
- best achievement in directing
- best director
- best director, comedy picture
- best director, dramatic picture
winning: true
2022-09-27 06:19:29 +00:00
dynamic_collections:
Oscars Winners Awards:
type: imdb_awards
2022-09-27 06:19:29 +00:00
sync: true
data:
event_id: ev0000003
starting: latest-4
ending: latest
2022-10-04 19:24:01 +00:00
title_format: Oscars Winners <<key_name>>
2022-09-27 06:19:29 +00:00
template:
- use_year_collections
2023-12-14 14:52:45 +00:00
- imdb_award
2022-09-27 06:19:29 +00:00
- shared
- arr
- custom
2022-09-30 12:51:27 +00:00
template_variables:
2023-12-14 14:52:45 +00:00
winning:
default: true
collection_order:
default: release
2022-10-01 07:45:58 +00:00
allowed_libraries:
default: movie
image:
default: award/oscars/winner/<<key>>
2022-09-30 15:56:13 +00:00
translation_key:
default: oscars_year
2023-04-08 17:26:11 +00:00
dynamic:
default: true