diff --git a/plex/pmm/collections/Movies_Collections.yml b/plex/pmm/collections/Movies_Collections.yml index 54fb97f..4e3d349 100644 --- a/plex/pmm/collections/Movies_Collections.yml +++ b/plex/pmm/collections/Movies_Collections.yml @@ -19,6 +19,7 @@ templates: sort_title: <>+01_<> sync_mode: sync collection_order: custom + schedule: daily visible_library: true Holiday: @@ -27,6 +28,7 @@ templates: sort_title: <>+02_<> sync_mode: sync collection_order: custom + schedule: never visible_library: true Studio: @@ -35,6 +37,7 @@ templates: sort_title: <>+03_<> sync_mode: sync collection_order: custom + schedule: daily visible_library: true Genre: @@ -114,6 +117,17 @@ collections: visible_home: false visible_shared: true + ### Categorical + "Best Picture Winners": + template: { name: Award, + level: "+++" } + summary: "Previous Best Picture Winners" + imdb_list: + - url: https://www.imdb.com/search/title/?count=1000&groups=oscar_best_picture_winners&sort=year%2Cdesc + schedule: yearly(04/01), yearly(01/01) # in case list wasn't updated in April, check again in January next year + visible_home: range(02/01-03/31) + visible_shared: range(02/01-03/31) + ### Seasonal "2022 Best Picture Nominees": template: { name: Holiday, diff --git a/plex/pmm/collections/movies_collections_general.yml b/plex/pmm/collections/movies_collections_general.yml index 1ada3b6..1dd88d3 100644 --- a/plex/pmm/collections/movies_collections_general.yml +++ b/plex/pmm/collections/movies_collections_general.yml @@ -381,3 +381,13 @@ collections: visible_home: true visible_shared: true + "Disney Channel Original Movies": + template: { name: Collection, + level: "+++" } + summary: "You're watching Disney Channel" + imdb_list: + - url: https://www.imdb.com/list/ls093405279/ + collection_order: release + visible_home: false + visible_shared: false +