From 981108a319959080558be519eb239a317827f70a Mon Sep 17 00:00:00 2001 From: nwithan8 Date: Mon, 4 Dec 2023 12:16:12 -0700 Subject: [PATCH] - Fix collection_order for bucket list, advent calendar --- plex/pmm/collections/holidays/movies.yml | 1 + plex/pmm/collections/lists/movies.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plex/pmm/collections/holidays/movies.yml b/plex/pmm/collections/holidays/movies.yml index 339bedd..cb304a1 100644 --- a/plex/pmm/collections/holidays/movies.yml +++ b/plex/pmm/collections/holidays/movies.yml @@ -10,6 +10,7 @@ templates: trakt_list: - https://trakt.tv/users/pierredurrr/lists/advent-calendar limit: <> + collection_order: custom schedule: range(12/01-12/26) visible_home: yearly(12/<>) visible_shared: yearly(12/<>) diff --git a/plex/pmm/collections/lists/movies.yml b/plex/pmm/collections/lists/movies.yml index 6a0ea00..9e51b98 100644 --- a/plex/pmm/collections/lists/movies.yml +++ b/plex/pmm/collections/lists/movies.yml @@ -88,7 +88,7 @@ collections: # summary provided by Trakt trakt_list_details: - https://trakt.tv/users/dildogarden/lists/100-movies-bucket-list - collection_order: rank.desc + collection_order: custom schedule: monthly(04) visible_library: true visible_home: true