mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[82] Merge remote-tracking branch 'bull/nightly' into nightly
This commit is contained in:
commit
66810c8705
6 changed files with 38 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
|||
##############################################################################
|
||||
# British Academy of Film and Television Arts 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/bafta.html #
|
||||
##############################################################################
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
##############################################################################
|
||||
# Critics Choice Awards Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# Credit to pjcob for the Trakt Lists #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/award/choice.html #
|
||||
##############################################################################
|
||||
|
@ -11,6 +10,24 @@ external_templates:
|
|||
template_variables:
|
||||
collection_section: 130
|
||||
|
||||
collections:
|
||||
Critics Choice Best Picture Winners:
|
||||
variables:
|
||||
key: choice
|
||||
template:
|
||||
- name: shared
|
||||
sort: Choice !
|
||||
allowed_libraries: movie
|
||||
image: award/choice/winner
|
||||
translation_key: choice_best
|
||||
- name: arr
|
||||
- name: custom
|
||||
imdb_award:
|
||||
event_id: ev0000133
|
||||
event_year: all
|
||||
category_filter: best picture
|
||||
winning: true
|
||||
|
||||
dynamic_collections:
|
||||
Critics Choice Awards:
|
||||
type: imdb_awards
|
||||
|
@ -36,4 +53,4 @@ dynamic_collections:
|
|||
translation_key:
|
||||
default: choice_year
|
||||
dynamic:
|
||||
default: true
|
||||
default: true
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
##############################################################################
|
||||
# Golden Globes Awards Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# Credit to maxwelldeux for the Trakt Lists #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/award/golden.html #
|
||||
##############################################################################
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
##############################################################################
|
||||
# Other Awards Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# Credit to maxwelldeux for the Trakt Lists #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/award/other.html #
|
||||
##############################################################################
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
##############################################################################
|
||||
# Independent Spirit Awards Collections #
|
||||
# Created by Yozora, Bullmoose20, & Sohjiro #
|
||||
# Credit to pjcob for the Trakt Lists #
|
||||
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
|
||||
# https://metamanager.wiki/en/latest/defaults/award/spirit.html #
|
||||
##############################################################################
|
||||
|
@ -11,8 +10,26 @@ external_templates:
|
|||
template_variables:
|
||||
collection_section: 130
|
||||
|
||||
collections:
|
||||
Spirit Best Feature Winners:
|
||||
variables:
|
||||
key: spirit
|
||||
template:
|
||||
- name: shared
|
||||
sort: Spirit !1
|
||||
allowed_libraries: movie
|
||||
image: award/spirit/winner
|
||||
translation_key: spirit_best
|
||||
- name: arr
|
||||
- name: custom
|
||||
imdb_award:
|
||||
event_id: ev0000349
|
||||
event_year: all
|
||||
category_filter: best feature
|
||||
winning: true
|
||||
|
||||
dynamic_collections:
|
||||
Independent Spirit Awards Awards:
|
||||
Independent Spirit Award Awards:
|
||||
type: imdb_awards
|
||||
sync: true
|
||||
data:
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
##############################################################################
|
||||
# Sundance 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/sundance.html #
|
||||
##############################################################################
|
||||
|
|
Loading…
Reference in a new issue