diff --git a/plex/pmm/collections/awards/movies.yml b/plex/pmm/collections/awards/movies.yml index 0c2666e..200e572 100644 --- a/plex/pmm/collections/awards/movies.yml +++ b/plex/pmm/collections/awards/movies.yml @@ -549,7 +549,7 @@ dynamic_collections: template: - Yearly_Sundance_Awards - Yearly Golden Globes DC: # mapping name does not matter just needs to be unique + Yearly Golden Globes Movies DC: # mapping name does not matter just needs to be unique type: number sync: true data: diff --git a/plex/pmm/collections/awards/shows.yml b/plex/pmm/collections/awards/shows.yml index 50b4ff0..95d7153 100644 --- a/plex/pmm/collections/awards/shows.yml +++ b/plex/pmm/collections/awards/shows.yml @@ -3,3 +3,47 @@ external_templates: - repo: templates/dynamic_collections collections: + # Dynamic Collections Templates + # ----------------------------- + # Per-year award winners + Yearly_Emmy_Winners: + default: + imdb_sort: moviemeter,asc + allowed_library_types: show + summary: <> Emmy Winners + sort_title: 050_Emmy_Winners_<> + imdb_list: https://www.imdb.com/search/title/?release_date=<>-01-01,<>-12-31&groups=emmy_winner&sort=<> + url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/award/emmys/<>.jpg + schedule: monthly(14) + + Yearly_Golden_Globes_Winners: + default: + imdb_sort: moviemeter,asc + allowed_library_types: show + 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/<>.jpg + schedule: monthly(09) + +dynamic_collections: + ## Use DC as suffix to avoid name conflicts with static collections + Yearly Emmy Winners DC: # mapping name does not matter just needs to be unique + type: number + sync: true + data: + starting: 1949 + ending: current_year + title_format: Emmy Winners <> + template: + - Yearly_Emmy_Winners + + Yearly Golden Globes Shows DC: # mapping name does not matter just needs to be unique + type: number + sync: true + data: + starting: 1943 + ending: current_year + title_format: Golden Globes Winners <> + template: + - Yearly_Golden_Globes_Winners