diff --git a/plex/pmm/collections/awards/movies.yml b/plex/pmm/collections/awards/movies.yml index 09301d1..ee82d89 100644 --- a/plex/pmm/collections/awards/movies.yml +++ b/plex/pmm/collections/awards/movies.yml @@ -9,117 +9,236 @@ templates: # Dynamic Collections Templates # ----------------------------- - # Per-year award winners + # Per-year award winners and nominees Yearly_Oscars_Winners: allowed_library_types: movie summary: <> Academy Awards (Oscars) Winners - sort_title: 050_Oscars_Winners_<> + sort_title: 050_Oscars_<>_Winners imdb_award: event_id: ev0000003 event_year: <> winning: true # 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/<>.jpg + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/oscars/winner/<>.jpg schedule: monthly(05) - Yearly_Berlinale_Awards: - default: - list_owner: pjcob - url: <>/lists/<>-berlinale - allowed_library_types: movie - summary: <> Berlinale International Film Festival - sort_title: 050_Berlinale_Winners_<> - trakt_list: https://trakt.tv/users/<> - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/berlinale/<>.jpg - schedule: monthly(06) - - Yearly_Cannes_Awards: - default: - list_owner: pjcob - url: <>/lists/<>-cannes - allowed_library_types: movie - summary: <> Cannes Film Festival - sort_title: 050_Cannes_Winners_<> - trakt_list: https://trakt.tv/users/<> - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/cannes/<>.jpg - schedule: monthly(07) - - Yearly_Sundance_Awards: - default: - list_owner: pjcob - url: <>/lists/<>-sundance - allowed_library_types: movie - summary: <> Sundance Film Festival - sort_title: 050_Sundance_Winners_<> - trakt_list: https://trakt.tv/users/<> - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/sundance/<>.jpg - schedule: monthly(08) + # TODO: Oscar Nominees? Yearly_Golden_Globes_Winners: summary: <> Golden Globe Winners - sort_title: 050_Golden_Globes_Winners_<> + sort_title: 050_Golden_Globes_<>_Winners imdb_award: event_id: ev0000292 event_year: <> winning: true # 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/<>.jpg + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/golden/winner/<>.jpg schedule: monthly(09) - Yearly_Spirit_Awards: - default: - list_owner: pjcob - url: <>/lists/<>-independent-spirits - allowed_library_types: movie - summary: <> Independent Spirit Awards - sort_title: 050_Spirit_Winners_<> - trakt_list: https://trakt.tv/users/<> - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/spirit/<>.jpg - schedule: monthly(10) - - Yearly_Critics_Choice_Awards: - default: - list_owner: pjcob - prefix: critic-s - url: <>/lists/<>-<>-choice - summary: <> Critics Choice Awards - sort_title: 050_Critics_Winners_<> - trakt_list: https://trakt.tv/users/<> - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/choice/<>.jpg - schedule: monthly(11) - - Yearly_BAFTA_Awards: - default: - list_owner: pjcob - url: <>/lists/<>-bafta - allowed_library_types: movie - summary: <> BAFTA awards - sort_title: 050_BAFTA_Winners_<> - trakt_list: https://trakt.tv/users/<> - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/bafta/<>.jpg - schedule: monthly(12) + # TODO: Golden Globe Nominees? Yearly_Razzie_Winners: summary: <> Golden Raspberry Winners - sort_title: 051_Razzie_Winners_<> + sort_title: 051_Razzie_<>_Winners imdb_award: event_id: ev0000558 event_year: <> winning: true - category_filter: - - Worst Picture - - Worst Remake, Rip-Off or Sequel - - Worst Screen Combo - - Worst Screenplay - - Redeemer Award - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/razzie/<>.jpg + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/razzie/winner/<>.jpg schedule: monthly(13) -collections: - ### This year's Academy Awards - # --------------------------------- + Yearly_Razzie_Nominees: + summary: <> Golden Raspberry Nominees + sort_title: 051_Razzie_<>_Nominees + imdb_award: + event_id: ev0000558 + event_year: <> + winning: false + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/razzie/nominee/<>.jpg + schedule: monthly(13) - # This current year's Oscar nominees (all) + Yearly_Cannes_Winners: + summary: <> Cannes Film Festival Winners + sort_title: 050_Cannes_<>_Winners + imdb_award: + event_id: ev0000147 + event_year: <> + winning: true + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/cannes/winner/<>.jpg + schedule: monthly(07) + + Yearly_Cannes_Nominees: + summary: <> Cannes Film Festival Nominees + sort_title: 050_Cannes_<>_Nominees + imdb_award: + event_id: ev0000147 + event_year: <> + winning: false + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/cannes/nominee/<>.jpg + schedule: monthly(07) + + Yearly_BAFTA_Winners: + summary: <> BAFTA Winners + sort_title: 050_BAFTA_<>_Winners + imdb_award: + event_id: ev0000123 + event_year: <> + winning: true + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/bafta/winner/<>.jpg + schedule: monthly(12) + + Yearly_BAFTA_Nominees: + summary: <> BAFTA Nominees + sort_title: 050_BAFTA_<>_Nominees + imdb_award: + event_id: ev0000123 + event_year: <> + winning: false + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/bafta/nominee/<>.jpg + schedule: monthly(12) + + Yearly_Berlinale_Winners: + summary: <> Berlinale International Film Festival Winners + sort_title: 050_Berlinale_<>_Winners + imdb_award: + event_id: ev0000091 + event_year: <> + winning: true + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/berlinale/winner/<>.jpg + schedule: monthly(06) + + Yearly_Berlinale_Nominees: + summary: <> Berlinale International Film Festival Nominees + sort_title: 050_Berlinale_<>_Nominees + imdb_award: + event_id: ev0000091 + event_year: <> + winning: false + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/berlinale/nominee/<>.jpg + schedule: monthly(06) + + Yearly_Critics_Choice_Awards_Winners: + summary: <> Critics Choice Awards Winners + sort_title: 050_Critics_<>_Winners + imdb_award: + event_id: ev0000341 + event_year: <> + winning: true + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/choice/winner/<>.jpg + schedule: monthly(11) + + Yearly_Critics_Choice_Awards_Nominees: + summary: <> Critics Choice Awards Nominees + sort_title: 050_Critics_<>_Nominees + imdb_award: + event_id: ev0000341 + event_year: <> + winning: false + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/choice/nominee/<>.jpg + schedule: monthly(11) + + Yearly_Spirit_Awards_Winners: + summary: <> Independent Spirit Awards Winners + sort_title: 050_Spirit_<>_Winners + imdb_award: + event_id: ev0000349 + event_year: <> + winning: true + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/spirit/winner/<>.jpg + schedule: monthly(10) + + Yearly_Spirit_Awards_Nominees: + summary: <> Independent Spirit Awards Nominees + sort_title: 050_Spirit_<>_Nominees + imdb_award: + event_id: ev0000349 + event_year: <> + winning: false + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/spirit/nominee/<>.jpg + schedule: monthly(10) + + Yearly_Sundance_Winners: + summary: <> Sundance Film Festival Winners + sort_title: 050_Sundance_<>_Winners + imdb_award: + event_id: ev0000631 + event_year: <> + winning: true + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/sundance/winner/<>.jpg + schedule: monthly(08) + + Yearly_Sundance_Nominees: + summary: <> Sundance Film Festival Nominees + sort_title: 050_Sundance_<>_Nominees + imdb_award: + event_id: ev0000631 + event_year: <> + winning: false + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/sundance/nominee/<>.jpg + schedule: monthly(08) + + Yearly_Cesar_Awards_Winners: + summary: <> Cesar Awards Winners + sort_title: 050_Cesar_<>_Winners + imdb_award: + event_id: ev0000157 + event_year: <> + winning: true + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/cesar/winner/<>.jpg + schedule: monthly(03) + + Yearly_Cesar_Awards_Nominees: + summary: <> Cesar Awards Nominees + sort_title: 050_Cesar_<>_Nominees + imdb_award: + event_id: ev0000157 + event_year: <> + winning: false + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/cesar/nominee/<>.jpg + schedule: monthly(03) + + Yearly_Venice_Awards_Winners: + summary: <> Venice Film Festival Winners + sort_title: 050_Venice_<>_Winners + imdb_award: + event_id: ev0000681 + event_year: <> + winning: true + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/venice/winner/<>.jpg + schedule: monthly(09) + + Yearly_Venice_Awards_Nominees: + summary: <> Venice Film Festival Nominees + sort_title: 050_Venice_<>_Nominees + imdb_award: + event_id: ev0000681 + event_year: <> + winning: false + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/venice/nominee/<>.jpg + schedule: monthly(09) + + Yearly_Toronto_Awards_Winners: + summary: <> Toronto Film Festival Winners + sort_title: 050_Toronto_<>_Winners + imdb_award: + event_id: ev0000659 + event_year: <> + winning: true + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/toronto/winner/<>.jpg + schedule: monthly(15) + + Yearly_Toronto_Awards_Nominees: + summary: <> Toronto Film Festival Nominees + sort_title: 050_Toronto_<>_Nominees + imdb_award: + event_id: ev0000659 + event_year: <> + winning: false + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/toronto/nominee/<>.jpg + schedule: monthly(15) + +collections: + # This year's Oscar nominees (all) # Only visible on home screen during Oscar season "๐ŸŽ–๏ธThis Year's Oscar Nominees": summary: "Who will take home the trophy?" @@ -128,37 +247,390 @@ collections: imdb_award: event_id: ev0000003 event_year: 2023 # TODO: Change this every year - collection_order: random - schedule: + winning: false + schedule: # Usually late February to mid-March, has been as late as April (one-day) - yearly(02/01) - all[weekly(friday),range(02/01-03/31)] - yearly(04/01) - # You have to schedule it to run again after visibility timeframe for visibility to switch back + # You have to schedule it to run before and after visibility timeframe for visibility to switch + collection_order: random visible_home: range(02/01-03/31) visible_shared: range(02/01-03/31) visible_library: range(02/01-03/31) + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/oscars/nomination.jpg - # This current year's Best Picture Oscar nominees + # All past Oscar-winning movies + # Only visible on home screen during Oscar season + "๐Ÿ† Past Oscar Winners": + summary: "Oscar-winning Movies" + template: { name: Award, + level: "++" } + imdb_search: + event.winning: oscar + schedule: # Usually late February to mid-March, has been as late as April (one-day) + - yearly(02/01) + - all[weekly(friday),range(02/01-03/31)] + - yearly(04/01) + # You have to schedule it to run before and after visibility timeframe for visibility to switch + collection_order: random + visible_home: range(02/01-03/31) + visible_shared: range(02/01-03/31) + visible_library: true # Always visible in library + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/oscars/winner.jpg + + # This year's Best Picture Oscar nominees # Only visible on home screen during Oscar season "๐ŸŽฌ This Year's Best Picture Nominees": template: { name: Award, level: "++++++" } summary: "Who will take home the trophy?" - schedule: + imdb_award: + event_id: ev0000003 + event_year: 2023 # TODO: Change this every year + winning: false + category_filter: Best Motion Picture of the Year + schedule: # Usually late February to mid-March, has been as late as April (one-day) - yearly(02/01) - all[weekly(friday),range(02/01-03/31)] - yearly(04/01) # You have to schedule it to run before and after visibility timeframe for visibility to switch - imdb_award: - event_id: ev0000003 - event_year: 2023 # TODO: Change this every year - category_filter: Best Motion Picture of the Year - collection_order: release.asc + collection_order: random visible_home: range(02/01-03/31) visible_shared: range(02/01-03/31) visible_library: range(02/01-03/31) + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/oscars/nomination.jpg - ### This year's Per-Best Actor Collections + # All past Oscar Best Picture-winning movies + # Only visible on home screen during Oscar season + "๐Ÿ† Past Best Picture Winners": + summary: "The Academy Award for Best Picture is one of the Academy Awards presented annually by the Academy of Motion Picture Arts and Sciences since the awards debuted in 1929." + template: { name: Award, + level: "++" } + imdb_list: + # TODO: Might need to change + - https://www.imdb.com/search/title/?title_type=feature&groups=best_picture_winner + schedule: # Usually late February to mid-March, has been as late as April (one-day) + - yearly(02/01) + - all[weekly(friday),range(02/01-03/31)] + - yearly(04/01) + # You have to schedule it to run before and after visibility timeframe for visibility to switch + collection_order: release.desc + visible_home: range(02/01-03/31) + visible_shared: range(02/01-03/31) + visible_library: true # Always visible in library + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/oscars/best_picture_winner.jpg + + # This year's Razzie nominees + # Only visible on home screen during Razzie season + "๐Ÿ“ This Year's Razzie Nominees": + summary: "Who will take home the trophy?" + template: { name: Award, + level: "+++" } + imdb_award: + event_id: ev0000558 + event_year: 2023 # TODO: Change this every year + winning: false + schedule: # Day before the Oscars (one day) + - yearly(02/01) + - all[weekly(friday),range(02/01-03/31)] + - yearly(04/01) + # You have to schedule it to run before and after visibility timeframe for visibility to switch + collection_order: random + visible_home: range(02/01-03/31) + visible_shared: range(02/01-03/31) + visible_library: range(02/01-03/31) + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/razzies/nomination.jpg + + + # All past Razzie-winning Worst Picture movies + # Only visible on home screen during Razzie season + "๐Ÿคฎ Past Razzie Winners": + template: { name: Award, + level: "++" } + summary: "Previous Razzie Worst Picture winners" + mdblist_list: https://mdblist.com/lists/hdlists/razzie-awards-worst-picture-winners + schedule: # Day before the Oscars (one day) + - yearly(02/01) + - all[weekly(friday),range(02/01-03/31)] + - yearly(04/01) + # You have to schedule it to run before and after visibility timeframe for visibility to switch + collection_order: release.desc + visible_home: range(02/01-03/31) + visible_shared: range(02/01-03/31) + visible_library: true # Always visible in library + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/razzies/winner.jpg + + # This year's BAFTA nominees + # Only visible on home screen during BAFTA season + "๐Ÿ‡ฌ๐Ÿ‡ง This Year's BAFTA Nominees": + summary: "Who will take home the trophy?" + template: { name: Award, + level: "+++" } + imdb_award: + event_id: ev0000123 + event_year: 2023 # TODO: Change this every year + winning: false + schedule: # Usually February, but has been as late as April (one day) + - yearly(02/01) + - all[weekly(friday),range(02/01-03/05)] + - yearly(03/06) + # You have to schedule it to run before and after visibility timeframe for visibility to switch + collection_order: random + visible_home: range(02/01-03/05) + visible_shared: range(02/01-03/05) + visible_library: range(02/01-03/05) + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/bafta/nomination.jpg + + # All past BAFTA Best Film-winning movies + # Only visible on home screen during BAFTA season + "๐Ÿ‡ฌ๐Ÿ‡ง Past BAFTA Best Film Winners": + summary: "The EE British Academy Film Awards or BAFTA Film Awards are presented in an annual award show hosted by the British Academy of Film and Television Arts (BAFTA) to honour the best British and international contributions to film." + template: { name: Award, + level: "++" } + trakt_list: https://trakt.tv/users/maxwelldeux/lists/bafta-award-best-film + schedule: # Usually February, but has been as late as April (one day) + - yearly(02/01) + - all[weekly(friday),range(02/01-03/05)] + - yearly(03/06) + # You have to schedule it to run before and after visibility timeframe for visibility to switch + collection_order: release.desc + visible_home: range(02/01-03/05) + visible_shared: range(02/01-03/05) + visible_library: range(02/01-03/05) + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/bafta/winner.jpg + + # This year's Berlinale nominees + # Only visible on home screen during Berlinale season + "๐Ÿ‡ฉ๐Ÿ‡ช This Year's Berlinale Nominees": + summary: "Who will take home the trophy?" + template: { name: Award, + level: "+++" } + imdb_award: + event_id: ev0000091 + event_year: 2023 # TODO: Change this every year + winning: false + schedule: # February to early March (multiple days) + - yearly(02/01) + - all[weekly(friday),range(02/01-03/07)] + - yearly(03/08) + # You have to schedule it to run before and after visibility timeframe for visibility to switch + collection_order: random + visible_home: range(02/01-03/07) + visible_shared: range(02/01-03/07) + visible_library: range(02/01-03/07) + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/berlinale/nomination.jpg + + # All past Berlinale-winning movies + # Only visible on home screen during Berlinale season + "๐Ÿ‡ฉ๐Ÿ‡ช Past Berlinale Winners": + summary: "The Berlin International Film Festival, usually called the Berlinale, is a film festival held annually in Berlin, Germany." + template: { name: Award, + level: "++" } + trakt_list: https://trakt.tv/users/maxwelldeux/lists/berlin-international-film-festival-golden-bears + schedule: # February to early March (multiple days) + - yearly(02/01) + - all[weekly(friday),range(02/01-03/07)] + - yearly(03/08) + # You have to schedule it to run before and after visibility timeframe for visibility to switch + collection_order: release.desc + visible_home: range(02/01-03/07) + visible_shared: range(02/01-03/07) + visible_library: range(02/01-03/07) + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/berlinale/winner.jpg + + # This year's Cannes nominees + # Only visible on home screen during Cannes season + "๐Ÿ•Š๏ธ This Year's Cannes Nominees": + summary: "Who will take home the trophy?" + template: { name: Award, + level: "+++" } + imdb_award: + event_id: ev0000147 + event_year: 2023 # TODO: Change this every year + winning: false + schedule: # Usually May (multiple days) + - yearly(05/01) + - all[weekly(friday),range(05/01-06/09)] + - yearly(06/10) + # You have to schedule it to run again after visibility timeframe for visibility to switch back + collection_order: random + visible_home: range(05/01-06/09) + visible_shared: range(05/01-06/09) + visible_library: range(05/01-06/09) + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/cannes/nomination.jpg + + # All past Cannes winning movies (specifically Palme d'Or) + # Only visible on home screen during Cannes season + "๐Ÿ•Š๏ธ Past Cannes Palme d'or Winners": + summary: "The Palme d'Or is the highest prize awarded at the Cannes Film Festival. It was introduced in 1955 by the organising committee." + template: { name: Award, + level: "++" } + trakt_list: https://trakt.tv/users/maxwelldeux/lists/cannes-film-festival-palme-d-or + schedule: # Usually May (multiple days) + - yearly(05/01) + - all[weekly(friday),range(05/01-06/09)] + - yearly(06/10) + # You have to schedule it to run again after visibility timeframe for visibility to switch back + collection_order: release.desc + visible_home: range(05/01-06/09) + visible_shared: range(05/01-06/09) + visible_library: range(05/01-06/09) + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/cannes/winner.jpg + + # This year's Cesars nominees + # Only visible on home screen during Cesars season + "๐Ÿ‡ซ๐Ÿ‡ท This Year's Cesar Award Nominees": + summary: "Who will take home the trophy?" + template: { name: Award, + level: "+++" } + imdb_award: + event_id: ev0000157 + event_year: 2023 # TODO: Change this every year + winning: false + schedule: # February (multiple days) + - yearly(02/01 + - all[weekly(friday),range(02/01-03/02)] + - yearly(03/03) + # You have to schedule it to run before and after visibility timeframe for visibility to switch + collection_order: random + visible_home: range(02/01-03/02) + visible_shared: range(02/01-03/02) + visible_library: range(02/01-03/02) + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/cesar/nomination.jpg + + # All past Cesar Award-winning movies + # Only visible on home screen during Cesar Award season + "๐Ÿ‡ซ๐Ÿ‡ท Past Cesar Award Winners": + summary: "The Cรฉsar Award is the national film award of France. It is delivered in the Nuit des Cรฉsar ceremony and was first awarded in 1976." + template: { name: Award, + level: "++" } + trakt_list: https://trakt.tv/users/fauxliege/lists/cesar-meilleur-film + schedule: # February (multiple days) + - yearly(02/01 + - all[weekly(friday),range(02/01-03/02)] + - yearly(03/03) + # You have to schedule it to run before and after visibility timeframe for visibility to switch + collection_order: release.desc + visible_home: range(02/01-03/02) + visible_shared: range(02/01-03/02) + visible_library: range(02/01-03/02) + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/cesar/winner.jpg + + # This year's Sundance nominees + # Only visible on home screen during Sundance season + "๐Ÿ‡บ๐Ÿ‡ธ This Year's Sundance Nominees": + summary: "Who will take home the trophy?" + template: { name: Award, + level: "+++" } + imdb_award: + event_id: ev0000631 + event_year: 2023 # TODO: Change this every year + winning: false + schedule: # mid-to-late January (multiple days) + - yearly(01/13) + - all[weekly(friday),range(01/13-02/12)] + - yearly(02/13) + # You have to schedule it to run again after visibility timeframe for visibility to switch back + collection_order: random + visible_home: range(01/13-02/12) + visible_shared: range(01/13-02/12) + visible_library: range(01/13-02/12) + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/sundance/nomination.jpg + + # All past Sundance-winning movies + # Only visible on home screen during Sundance season + "๐Ÿ‡บ๐Ÿ‡ธ Past Sundance Winners": + summary: "Sundance is the largest independent film festival in the United States. Held in January, the festival is the premier showcase for new work from American and international independent filmmakers." + template: { name: Award, + level: "++" } + trakt_list: https://trakt.tv/users/maxwelldeux/lists/sundance-film-festival-grand-jury-prize + schedule: # mid-to-late January (multiple days) + - yearly(01/13) + - all[weekly(friday),range(01/13-02/12)] + - yearly(02/13) + # You have to schedule it to run again after visibility timeframe for visibility to switch back + collection_order: release.desc + visible_home: range(01/13-02/12) + visible_shared: range(01/13-02/12) + visible_library: range(01/13-02/12) + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/sundance/winner.jpg + + "๐Ÿ‡ฎ๐Ÿ‡น This Year's Venice Film Festival Nominees": + summary: "Who will take home the trophy?" + template: { name: Award, + level: "+++" } + imdb_award: + event_id: ev0000681 + event_year: 2023 # TODO: Change this every year + winning: false + schedule: # Late August to early September (multiple days) + - yearly(08/21) + - all[weekly(friday),range(08/21-09/20)] + - yearly(09/21) + # You have to schedule it to run before and after visibility timeframe for visibility to switch + collection_order: random + visible_home: range(08/21-09/20) + visible_shared: range(08/21-09/20) + visible_library: range(08/21-09/20) + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/venice/nomination.jpg + + # All past Venice Film Festival-winning movies + # Only visible on home screen during Venice Film Festival season + "๐Ÿ‡ฎ๐Ÿ‡น Past Venice Film Festival Winners": + summary: "The Venice Film Festival or Venice International Film Festival (Italian: Mostra Internazionale d'Arte Cinematografica della Biennale di Venezia is the world's oldest film festival" + template: { name: Award, + level: "++" } + trakt_list: https://trakt.tv/users/maxwelldeux/lists/venice-film-festival-golden-lion + schedule: # Late August to early September (multiple days) + - yearly(08/21) + - all[weekly(friday),range(08/21-09/20)] + - yearly(09/21) + # You have to schedule it to run before and after visibility timeframe for visibility to switch + collection_order: release.desc + visible_home: range(08/21-09/20) + visible_shared: range(08/21-09/20) + visible_library: range(08/21-09/20) + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/venice/winner.jpg + + # This year's Toronto Film Festival nominees + # Only visible on home screen during Toronto Film Festival season + "๐Ÿ‡จ๐Ÿ‡ฆ This Year's Toronto Film Festival Nominees": + summary: "Who will take home the trophy?" + template: { name: Award, + level: "+++" } + imdb_award: + event_id: ev0000659 + event_year: 2023 # TODO: Change this every year + winning: false + schedule: # September (starts Thursday after the first Monday) (multiple days) + - yearly(09/01) + - all[weekly(friday),range(09/01-09/30)] + - yearly(10/01) + collection_order: random + visible_home: range(09/01-09/30) + visible_shared: range(09/01-09/30) + visible_library: range(09/01-09/30) + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/toronto/nomination.jpg + + # All past Toronto Film Festival-winning movies (specifically People's Choice Award) + # Only visible on home screen during Toronto Film Festival season + "๐Ÿ‡จ๐Ÿ‡ฆ Past Toronto Film Festival Winners": + summary: "The Toronto International Film Festival is one of the largest publicly attended film festivals in the world, attracting over 480,000 people annually." + template: { name: Award, + level: "++" } + trakt_list: https://trakt.tv/users/maxwelldeux/lists/tiff-people-s-choice-award + schedule: # September (starts Thursday after the first Monday) (multiple days) + - yearly(09/01) + - all[weekly(friday),range(09/01-09/30)] + - yearly(10/01) + # You have to schedule it to run again after visibility timeframe for visibility to switch back + collection_order: release.desc + visible_home: range(09/01-09/30) + visible_shared: range(09/01-09/30) + visible_library: range(09/01-09/30) + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/toronto/winner.jpg # TODO: Does not exist yet + + ### This year's Oscar Best Actor Collections # --------------------------------- # This current year's Best Actor Oscar nominees @@ -235,7 +707,7 @@ collections: visible_library: range(02/01-03/31) - ### This year's Per-Best Actress Collections + ### This year's Oscar Best Actress Collections # --------------------------------- # This current year's Best Actress Oscar nominees @@ -311,208 +783,6 @@ collections: visible_shared: range(02/01-03/31) visible_library: range(02/01-03/31) - - ### Historical Awards - # --------------------------------- - - # All past Oscar-winning movies (not just Best Picture) - # Only visible on home screen during Oscar season - "๐Ÿ† Past Oscar Winners": - summary: "Oscar-winning Movies" - template: { name: Award, - level: "++" } - imdb_search: - event.winning: oscar - schedule: - - yearly(02/01) - - all[weekly(friday),range(02/01-03/31)] - - yearly(04/01) - # You have to schedule it to run again after visibility timeframe for visibility to switch back - collection_order: random - visible_home: range(02/01-03/31) - visible_shared: range(02/01-03/31) - visible_library: range(02/01-03/31) - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/oscars/winner.jpg - - # All past Oscar Best Director-winning movies - # Only visible on home screen during Oscar season - "๐Ÿ† Past Best Director Winners": - summary: "The Academy Award for Best Director is one of the Academy Awards presented annually by the Academy of Motion Picture Arts and Sciences since the awards debuted in 1929." - template: { name: Award, - level: "++" } - imdb_list: - # TODO: Might need to change - - https://www.imdb.com/search/title/?title_type=feature&groups=best_director_winner - schedule: - - yearly(02/01) - - all[weekly(friday),range(02/01-03/31)] - - yearly(04/01) - # You have to schedule it to run before and after visibility timeframe for visibility to switch - collection_order: random - visible_home: range(02/01-03/31) - visible_shared: range(02/01-03/31) - visible_library: range(02/01-03/31) - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/oscars/best_director_winner.jpg - - # All past Oscar Best Picture-winning movies - # Only visible on home screen during Oscar season - "๐Ÿ† Past Best Picture Winners": - summary: "The Academy Award for Best Picture is one of the Academy Awards presented annually by the Academy of Motion Picture Arts and Sciences since the awards debuted in 1929." - template: { name: Award, - level: "++" } - imdb_list: - # TODO: Might need to change - - https://www.imdb.com/search/title/?title_type=feature&groups=best_picture_winner - schedule: - - yearly(02/01) - - all[weekly(friday),range(02/01-03/31)] - - yearly(04/01) - # You have to schedule it to run before and after visibility timeframe for visibility to switch - collection_order: release.desc - visible_home: range(02/01-03/31) - visible_shared: range(02/01-03/31) - visible_library: true - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/oscars/best_picture_winner.jpg - - # All past Razzie-winning Worst Picture movies - # Only visible on home screen during Razzie season - "๐Ÿคฎ Past Worst Picture Winners": - template: { name: Award, - level: "++" } - summary: "Previous Razzie Worst Picture winners" - mdblist_list: https://mdblist.com/lists/hdlists/razzie-awards-worst-picture-winners - schedule: - - yearly(02/01) - - all[weekly(friday),range(02/01-03/31)] - - yearly(04/01) - # You have to schedule it to run before and after visibility timeframe for visibility to switch - collection_order: random - visible_home: range(02/01-03/31) - visible_shared: range(02/01-03/31) - visible_library: range(02/01-03/31) - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/razzies/winner.jpg - - # All past BAFTA Best Film-winning movies - # Only visible on home screen during BAFTA season - "๐Ÿ‡ฌ๐Ÿ‡ง Past BAFTA Best Film Winners": - summary: "The EE British Academy Film Awards or BAFTA Film Awards are presented in an annual award show hosted by the British Academy of Film and Television Arts (BAFTA) to honour the best British and international contributions to film." - template: { name: Award, - level: "++" } - trakt_list: https://trakt.tv/users/maxwelldeux/lists/bafta-award-best-film - schedule: - - yearly(02/21) - - all[weekly(friday),range(02/21-03/31)] - - yearly(04/01) - # You have to schedule it to run before and after visibility timeframe for visibility to switch - collection_order: release.desc - visible_home: range(02/21-03/31) - visible_shared: range(02/21-03/31) - visible_library: range(02/21-03/31) - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/bafta/winner.jpg - - # All past Berlinale-winning movies - # Only visible on home screen during Berlinale season - "๐Ÿ‡ฉ๐Ÿ‡ช Past Berlinale Winners": - summary: "The Berlin International Film Festival, usually called the Berlinale, is a film festival held annually in Berlin, Germany." - template: { name: Award, - level: "++" } - trakt_list: https://trakt.tv/users/maxwelldeux/lists/berlin-international-film-festival-golden-bears - schedule: - - yearly(02/21) - - all[weekly(friday),range(02/21-03/31)] - - yearly(04/01) - # You have to schedule it to run before and after visibility timeframe for visibility to switch - collection_order: release.desc - visible_home: range(02/21-03/31) - visible_shared: range(02/21-03/31) - visible_library: range(02/21-03/31) - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/berlinale/winner.jpg - - # All past Cannes Palme d'or-winning movies - # Only visible on home screen during Cannes Palme d'or season - "๐Ÿ•Š๏ธ Past Cannes Palme d'or Winners": - summary: "The Palme d'Or is the highest prize awarded at the Cannes Film Festival. It was introduced in 1955 by the organising committee." - template: { name: Award, - level: "++" } - trakt_list: https://trakt.tv/users/maxwelldeux/lists/cannes-film-festival-palme-d-or - schedule: - - yearly(06/01) - - all[weekly(friday),range(06/01-06/30)] - - yearly(07/01) - # You have to schedule it to run again after visibility timeframe for visibility to switch back - collection_order: release.desc - visible_home: range(06/01-06/30) - visible_shared: range(06/01-06/30) - visible_library: range(06/01-06/30) - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/cannes/winner.jpg - - # All past Cesar Award-winning movies - # Only visible on home screen during Cesar Award season - "๐Ÿ‡ซ๐Ÿ‡ท Past Cesar Award Winners": - summary: "The Cรฉsar Award is the national film award of France. It is delivered in the Nuit des Cรฉsar ceremony and was first awarded in 1976." - template: { name: Award, - level: "++" } - trakt_list: https://trakt.tv/users/fauxliege/lists/cesar-meilleur-film - schedule: - - yearly(03/14) - - all[weekly(friday),range(03/14-03/31)] - - yearly(04/01) - # You have to schedule it to run before and after visibility timeframe for visibility to switch - collection_order: release.desc - visible_home: range(03/14-03/31) - visible_shared: range(03/14-03/31) - visible_library: range(03/14-03/31) - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/cesar/winner.jpg - - # All past Sundance-winning movies - # Only visible on home screen during Sundance season - "๐Ÿ‡บ๐Ÿ‡ธ Past Sundance Winners": - summary: "Sundance is the largest independent film festival in the United States. Held in January, the festival is the premier showcase for new work from American and international independent filmmakers." - template: { name: Award, - level: "++" } - trakt_list: https://trakt.tv/users/maxwelldeux/lists/sundance-film-festival-grand-jury-prize - schedule: - - yearly(01/01) - - all[weekly(friday),range(01/01-01/31)] - - yearly(02/01) - # You have to schedule it to run again after visibility timeframe for visibility to switch back - collection_order: release.desc - visible_home: range(01/01-01/31) - visible_shared: range(01/01-01/31) - visible_library: range(01/01-01/31) - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/sundance/winner.jpg - - # All past Venice Film Festival-winning movies - # Only visible on home screen during Venice Film Festival season - "๐Ÿ‡ฎ๐Ÿ‡น Past Venice Film Festival Winners": - summary: "The Venice Film Festival or Venice International Film Festival (Italian: Mostra Internazionale d'Arte Cinematografica della Biennale di Venezia is the world's oldest film festival" - template: { name: Award, - level: "++" } - trakt_list: https://trakt.tv/users/maxwelldeux/lists/venice-film-festival-golden-lion - schedule: - - yearly(02/21) - - all[weekly(friday),range(02/21-03/31)] - - yearly(04/01) - # You have to schedule it to run before and after visibility timeframe for visibility to switch - collection_order: release.desc - visible_home: range(02/21-03/31) - visible_shared: range(02/21-03/31) - visible_library: range(02/21-03/31) - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/venice/winner.jpg - - # Too big, times out - # "๐ŸŽž๏ธ American Film Institute": - # summary: "The American Film Institute (AFI) is an American film organization that educates filmmakers and honors the heritage of the motion picture arts in the United States." - # template: { name: Award, - # level: "+" } - # trakt_list: https://trakt.tv/users/majeed_pk/lists/afi-100-years-all-films-complete - # schedule: - # - weekly(friday) - # collection_order: release.desc - # visible_home: false - # visible_shared: false - # visible_library: true - dynamic_collections: Yearly Oscars Winners DC: # mapping name does not matter just needs to be unique type: number @@ -520,48 +790,11 @@ dynamic_collections: data: starting: 1927 ending: current_year - title_format: Oscars Winners <> + title_format: Academy Awards Winners <> template: - Yearly_Oscars_Winners - Yearly Berlinale DC: # mapping name does not matter just needs to be unique - type: number - sync: true - data: - starting: 2017 - ending: current_year - title_format: Berlinale International Film Festival <> - template: - - Yearly_Berlinale_Awards - template_variables: - url: - 2017: vermelholimao/lists/berlinale-2017-67-berlin-international-film-festival - 2018: vermelholimao/lists/berlinale-2018-68-berlin-international-film-festival - 2019: vermelholimao/lists/berlinale-2019-69th-berlin-international-film-festival - 2020: vermelholimao/lists/berlinale-2020-70th-berlin-international-film-festival - - Yearly Cannes DC: # mapping name does not matter just needs to be unique - type: number - sync: true - data: - starting: 2016 - ending: current_year - title_format: Cannes Film Festival <> - template: - - Yearly_Cannes_Awards - template_variables: - list_owner: - 2023: hernandezel - - Yearly Sundance DC: # mapping name does not matter just needs to be unique - type: number - sync: true - data: - starting: 2010 - ending: current_year - title_format: Sundance Film Festival <> - template: - - Yearly_Sundance_Awards + # TODO: Oscars Nominees? Yearly Golden Globes Movies DC: # mapping name does not matter just needs to be unique type: number @@ -573,45 +806,9 @@ dynamic_collections: template: - Yearly_Golden_Globes_Winners - Yearly Spirit Awards DC: # mapping name does not matter just needs to be unique - type: number - sync: true - data: - starting: 2014 - ending: current_year - title_format: Independent Spirit Awards <> - template: - - Yearly_Spirit_Awards + # TODO: Golden Globes Nominees? - Yearly Critics Choice Awards DC: # mapping name does not matter just needs to be unique - type: number - sync: true - data: - starting: 2014 - ending: current_year - title_format: Critics Choice Awards <> - template: - - Yearly_Critics_Choice_Awards - template_variables: - prefix: - 2019: critics - 2018: critics - 2017: critics - 2016: critics - 2015: critics - 2014: critics - - Yearly BAFTA Awards DC: # mapping name does not matter just needs to be unique - type: number - sync: true - data: - starting: 2014 - ending: current_year - title_format: BAFTA <> - template: - - Yearly_BAFTA_Awards - - Yearly Razzie DC: # mapping name does not matter just needs to be unique + Yearly Razzie Winners DC: # mapping name does not matter just needs to be unique type: number sync: true data: @@ -620,3 +817,194 @@ dynamic_collections: title_format: Golden Raspberry Winners <> template: - Yearly_Razzie_Winners + + Yearly Razzie Nominees 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 Nominees <> + template: + - Yearly_Razzie_Nominees + + Yearly Cannes Winners DC: # mapping name does not matter just needs to be unique + type: number + sync: true + data: + starting: 1946 + ending: current_year + title_format: Cannes Film Festival Winners <> + template: + - Yearly_Cannes_Winners + + Yearly Cannes Nominees DC: # mapping name does not matter just needs to be unique + type: number + sync: true + data: + starting: 1946 + ending: current_year + title_format: Cannes Film Festival Nominees <> + template: + - Yearly_Cannes_Nominees + + Yearly BAFTA Winners DC: # mapping name does not matter just needs to be unique + type: number + sync: true + data: + starting: 1948 + ending: current_year + title_format: BAFTA Winners <> + template: + - Yearly_BAFTA_Winners + + Yearly BAFTA Nominees DC: # mapping name does not matter just needs to be unique + type: number + sync: true + data: + starting: 1948 + ending: current_year + title_format: BAFTA Nominees <> + template: + - Yearly_BAFTA_Nominees + + Yearly Berlinale Winners DC: # mapping name does not matter just needs to be unique + type: number + sync: true + data: + starting: 1951 + ending: current_year + title_format: Berlinale International Film Festival Winners <> + template: + - Yearly_Berlinale_Winners + + Yearly Berlinale Nominees DC: # mapping name does not matter just needs to be unique + type: number + sync: true + data: + starting: 1951 + ending: current_year + title_format: Berlinale International Film Festival Nominees <> + template: + - Yearly_Berlinale_Nominees + + Yearly Critics Choice Awards Winners DC: # mapping name does not matter just needs to be unique + type: number + sync: true + data: + starting: 1996 + ending: current_year + title_format: Critics Choice Awards Winners <> + template: + - Yearly_Critics_Choice_Awards_Winners + + Yearly Critics Choice Awards Nominees DC: # mapping name does not matter just needs to be unique + type: number + sync: true + data: + starting: 1996 + ending: current_year + title_format: Critics Choice Awards Nominees <> + template: + - Yearly_Critics_Choice_Awards_Nominees + + Yearly Spirit Awards Winners DC: # mapping name does not matter just needs to be unique + type: number + sync: true + data: + starting: 1986 + ending: current_year + title_format: Independent Spirit Awards Winners <> + template: + - Yearly_Spirit_Awards_Winners + + Yearly Spirit Awards Nominees DC: # mapping name does not matter just needs to be unique + type: number + sync: true + data: + starting: 1986 + ending: current_year + title_format: Independent Spirit Awards Nominees <> + template: + - Yearly_Spirit_Awards_Nominees + + Yearly Sundance Winners DC: # mapping name does not matter just needs to be unique + type: number + sync: true + data: + starting: 1982 + ending: current_year + title_format: Sundance Film Festival Winners <> + template: + - Yearly_Sundance_Winners + + Yearly Sundance Nominees DC: # mapping name does not matter just needs to be unique + type: number + sync: true + data: + starting: 1982 + ending: current_year + title_format: Sundance Film Festival Nominees <> + template: + - Yearly_Sundance_Nominees + + Yearly Cesar Awards Winners DC: # mapping name does not matter just needs to be unique + type: number + sync: true + data: + starting: 1976 + ending: current_year + title_format: Cesar Awards Winners <> + template: + - Yearly_Cesar_Awards_Winners + + Yearly Cesar Awards Nominees DC: # mapping name does not matter just needs to be unique + type: number + sync: true + data: + starting: 1976 + ending: current_year + title_format: Cesar Awards Nominees <> + template: + - Yearly_Cesar_Awards_Nominees + + Yearly Venice Winners DC: # mapping name does not matter just needs to be unique + type: number + sync: true + data: + starting: 1932 + ending: current_year + title_format: Venice Film Festival Winners <> + template: + - Yearly_Venice_Winners + + Yearly Venice Nominees DC: # mapping name does not matter just needs to be unique + type: number + sync: true + data: + starting: 1932 + ending: current_year + title_format: Venice Film Festival Nominees <> + template: + - Yearly_Venice_Nominees + + # TODO: Posters for TIFF do not exist yet + # Yearly Toronto Winners DC: # mapping name does not matter just needs to be unique + # type: number + # sync: true + # data: + # starting: 1978 + # ending: current_year + # title_format: Toronto Film Festival Winners <> + # template: + # - Yearly_Toronto_Winners + + # Yearly Toronto Nominees DC: # mapping name does not matter just needs to be unique + # type: number + # sync: true + # data: + # starting: 1978 + # ending: current_year + # title_format: Toronto Film Festival Nominees <> + # template: + # - Yearly_Toronto_Nominees diff --git a/plex/pmm/collections/awards/shows.yml b/plex/pmm/collections/awards/shows.yml index 1bd701d..b0f918c 100644 --- a/plex/pmm/collections/awards/shows.yml +++ b/plex/pmm/collections/awards/shows.yml @@ -8,19 +8,30 @@ templates: # Dynamic Collections Templates # ----------------------------- - # Per-year award winners + + # Per-year award winners and nominees Yearly_Emmy_Winners: - default: - imdb_sort: moviemeter,asc allowed_library_types: show summary: <> Emmy Winners - sort_title: 050_Emmy_Winners_<> + sort_title: 050_Emmy_<>_Winner imdb_award: event_id: ev0000206 event_year: <> winning: true # 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/<>.jpg + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/emmys/winner/<>.jpg + schedule: monthly(14) + + Yearly_Emmy_Nominees: + allowed_library_types: show + summary: <> Emmy Nominees + sort_title: 050_Emmy_<>_Nominee + imdb_award: + event_id: ev0000206 + event_year: <> + winning: false + # 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/nominee/<>.jpg schedule: monthly(14) Yearly_Golden_Globes_Winners: @@ -37,7 +48,13 @@ templates: url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/golden/<>.jpg schedule: monthly(09) - # TODO: Add this year's Emmy and Golden Globe nominees + # TODO: Golden Globe Nominees? + +collections: + + # TODO: This year's Emmy nominees + + # TODO: This year's Golden Globe nominees dynamic_collections: ## Use DC as suffix to avoid name conflicts with static collections