- Fix (remove) filtering for awards show categories
- Fix keyword search on IMDb search - Remove 1920s decade for shows
This commit is contained in:
parent
9530dbca17
commit
05006e3714
|
@ -18,25 +18,7 @@ templates:
|
|||
event_id: ev0000003
|
||||
event_year: <<key>>
|
||||
winning: true
|
||||
category_filter:
|
||||
- Best Motion Picture of the Year
|
||||
- Best Original Screenplay
|
||||
- Best Adapted Screenplay
|
||||
- Best Achievement in Cinematography
|
||||
- Best Achievement in Film Editing
|
||||
- Best Achievement in Production Design
|
||||
- Best Achievement in Costume Design
|
||||
- Best Sound
|
||||
- Best Achievement in Makeup and Hairstyling
|
||||
- Best Achievement in Music Written for Motion Pictures (Original Score)
|
||||
- Best Achievement in Music Written for Motion Pictures (Original Song)
|
||||
- Best Achievement in Visual Effects
|
||||
- Best Documentary Feature
|
||||
- Best Animated Feature Film
|
||||
- Best Animated Short Film
|
||||
- Best Live Action Short Film
|
||||
- Best Documentary Short Film
|
||||
- Best International Feature Film
|
||||
# Categories change too much year-to-year to attempt to filter
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/oscars/<<key>>.jpg
|
||||
schedule: monthly(05)
|
||||
|
||||
|
@ -80,15 +62,7 @@ templates:
|
|||
event_id: ev0000292
|
||||
event_year: <<key>>
|
||||
winning: true
|
||||
category_filter:
|
||||
- Best Motion Picture, Animated
|
||||
- Best Motion Picture, Drama
|
||||
- Best Motion Picture, Musical or Comedy
|
||||
- Best Motion Picture, Non-English Language
|
||||
- Best Original Score, Motion Picture
|
||||
- Best Original Song, Motion Picture
|
||||
- Best Screenplay, Motion Picture
|
||||
- Cinematic and Box Office Achievement
|
||||
# Categories change too much year-to-year to attempt to filter
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/golden/<<key>>.jpg
|
||||
schedule: monthly(09)
|
||||
|
||||
|
|
|
@ -19,44 +19,7 @@ templates:
|
|||
event_id: ev0000206
|
||||
event_year: <<key>>
|
||||
winning: true
|
||||
category_filter:
|
||||
- Outstanding Art Direction/Set Decoration/Scenic Design
|
||||
- Outstanding Arts and Popular Culture Program
|
||||
- Outstanding Casting
|
||||
- Outstanding Costume Design/Styling
|
||||
- Outstanding Culinary Series
|
||||
- Outstanding Daytime Drama Series
|
||||
- Outstanding Daytime Special
|
||||
- Outstanding Directing Team for a Multiple Camera Daytime Non-Fiction Program
|
||||
- Outstanding Directing Team for a Single Camera Daytime Non-Fiction Program
|
||||
- Outstanding Drama Series Directing Team
|
||||
- Outstanding Drama Series Writing Team
|
||||
- Outstanding Entertainment News Series
|
||||
- Outstanding Entertainment Talk Show
|
||||
- Outstanding Game Show
|
||||
- Outstanding Guest Performer in a Drama Series
|
||||
- Outstanding Hairstyling
|
||||
- Outstanding Informative Talk Show
|
||||
- Outstanding Instructional and How-To Program
|
||||
- Outstanding Interactive Media for a Daytime Program
|
||||
- Outstanding Legal/Courtroom Program
|
||||
- Outstanding Lifestyle Program
|
||||
- Outstanding Lighting Direction
|
||||
- Outstanding Live Sound Mixing and Sound Editing
|
||||
- Outstanding Main Title and Graphic Design
|
||||
- Outstanding Makeup
|
||||
- Outstanding Multiple Camera Editing
|
||||
- Outstanding Music Direction and Composition
|
||||
- Outstanding Original Song
|
||||
- Outstanding Short Form Daytime Program
|
||||
- Outstanding Sound Mixing and Sound Editing
|
||||
- Outstanding Special Effects Costumes, Makeup and Hairstyling
|
||||
- Outstanding Technical Team, Camera Work, Video
|
||||
- Outstanding Travel, Adventure and Nature Program
|
||||
- Outstanding Writing Team for a Daytime Non-Fiction Series or Special
|
||||
- Outstanding Young Performer in a Drama Series
|
||||
- Outstanding Cinematography
|
||||
- Outstanding Single Camera Editing
|
||||
# Categories change too much year-to-year to attempt to filter
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/emmys/<<key>>.jpg
|
||||
schedule: monthly(14)
|
||||
|
||||
|
@ -70,10 +33,7 @@ templates:
|
|||
event_id: ev0000292
|
||||
event_year: <<key>>
|
||||
winning: true
|
||||
category_filter:
|
||||
- Best Television Limited Series, Anthology Series, or Motion Picture Made for Television
|
||||
- Best Television Series, Drama
|
||||
- Best Television Series, Musical or Comedy
|
||||
# Categories change too much year-to-year to attempt to filter
|
||||
url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/golden/<<key>>.jpg
|
||||
schedule: monthly(09)
|
||||
|
||||
|
@ -85,7 +45,7 @@ dynamic_collections:
|
|||
type: number
|
||||
sync: true
|
||||
data:
|
||||
starting: 1949
|
||||
starting: 1974
|
||||
ending: current_year
|
||||
title_format: Emmy Winners <<key_name>>
|
||||
template:
|
||||
|
|
|
@ -9,7 +9,6 @@ dynamic_collections:
|
|||
Best of Decade DC: # mapping name does not matter just needs to be unique
|
||||
type: custom
|
||||
data:
|
||||
twenties: 1920
|
||||
thirties: 1930
|
||||
forties: 1940
|
||||
fifties: 1950
|
||||
|
@ -22,7 +21,6 @@ dynamic_collections:
|
|||
twenty_twenties: 2020
|
||||
template_variables:
|
||||
ending:
|
||||
twenties: 1929
|
||||
thirties: 1939
|
||||
forties: 1949
|
||||
fifties: 1959
|
||||
|
|
|
@ -62,7 +62,7 @@ collections:
|
|||
summary: "The suspense is killing us!"
|
||||
imdb_search:
|
||||
type: movie, short, tv_movie, tv_special
|
||||
keywords: psychological-thriller
|
||||
keyword.any: "Psychological Thriller"
|
||||
genres: thriller
|
||||
rating.gte: 5.0
|
||||
collection_order: random
|
||||
|
|
|
@ -5,6 +5,8 @@ templates:
|
|||
# Dynamic Collections Templates
|
||||
# -----------------------------
|
||||
Per_Decade:
|
||||
default:
|
||||
level: ""
|
||||
smart_filter:
|
||||
sort_by: audience_rating.desc
|
||||
all:
|
||||
|
|
Loading…
Reference in New Issue