From 5c291981e36ca697f5a8ee2bcbcd213b7d080e31 Mon Sep 17 00:00:00 2001 From: nwithan8 Date: Fri, 1 Dec 2023 11:37:20 -0700 Subject: [PATCH] - Add Golden Raspberry (Razzies) since 1980 - Change posters for Oscars, Golden Globes and Razzies for consistency - NOTE: Oscars, Golden Globes and Razzies are *only winners* coming from IMDb, all other award collections are (most-likely) nominees + winners from Trakt --- plex/pmm/collections/awards/movies.yml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/plex/pmm/collections/awards/movies.yml b/plex/pmm/collections/awards/movies.yml index 81c0141..3ee19bf 100644 --- a/plex/pmm/collections/awards/movies.yml +++ b/plex/pmm/collections/awards/movies.yml @@ -17,7 +17,7 @@ templates: summary: <> Academy Awards (Oscars) Winners sort_title: 050_Oscars_Winners_<> imdb_list: https://www.imdb.com/search/title/?release_date=<>-01-01,<>-12-31&groups=oscar_winner&sort=<> - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/oscars/winner/<>.jpg + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/oscars/<>.jpg schedule: monthly(04) Yearly_Berlinale_Awards: @@ -59,7 +59,7 @@ templates: summary: <> Golden Globe Winners sort_title: 050_Golden_Globes_Winners_<> imdb_list: https://www.imdb.com/search/title/?release_date=<>-01-01,<>-12-31&groups=golden_globe_winner&sort=<> - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/golden/winner/<>.jpg + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/golden/<>.jpg schedule: monthly(04) Yearly_Spirit_Awards: @@ -95,6 +95,15 @@ templates: url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/bafta/<>.jpg schedule: monthly(04) + Yearly_Razzie_Winners: + default: + imdb_sort: moviemeter,asc + summary: <> Golden Raspberry Winners + sort_title: 051_Razzie_Winners_<> + imdb_list: https://www.imdb.com/search/title/?release_date=<>-01-01,<>-12-31&groups=razzie_winner&sort=<> + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/razzie/<>.jpg + schedule: monthly(04) + collections: ### This year's Academy Awards # --------------------------------- @@ -587,3 +596,13 @@ dynamic_collections: title_format: BAFTA <> template: - Yearly_BAFTA_Awards + + Yearly Razzie DC: # mapping name does not matter just needs to be unique + type: number + sync: true + data: + starting: 1980 + ending: current_year + title_format: Golden Raspberry Winners <> + template: + - Yearly_Razzie_Winners