From 5104b5ca9e2516f7fb71c7f964e6047566b49ac0 Mon Sep 17 00:00:00 2001 From: nwithan8 Date: Mon, 16 Oct 2023 15:36:01 -0600 Subject: [PATCH] - Remove redundant dynamic collection templates --- plex/pmm/collections/random/shows.yml | 3 + plex/pmm/templates/dynamic_collections.yml | 105 --------------------- 2 files changed, 3 insertions(+), 105 deletions(-) create mode 100644 plex/pmm/collections/random/shows.yml diff --git a/plex/pmm/collections/random/shows.yml b/plex/pmm/collections/random/shows.yml new file mode 100644 index 0000000..d73eb8b --- /dev/null +++ b/plex/pmm/collections/random/shows.yml @@ -0,0 +1,3 @@ +external_templates: + - repo: templates/collections + - repo: templates/dynamic_collections diff --git a/plex/pmm/templates/dynamic_collections.yml b/plex/pmm/templates/dynamic_collections.yml index c3bbfd0..2bc51b5 100644 --- a/plex/pmm/templates/dynamic_collections.yml +++ b/plex/pmm/templates/dynamic_collections.yml @@ -1,49 +1,6 @@ templates: # Dynamic Collections Templates # ----------------------------- - Movies_Best_of_Year: - default: - level: "" - trakt_list: https://trakt.tv/users/lish408/lists/rotten-tomatoes-best-of-<> - sort_title: 08_+<>_Best of <> - sync_mode: sync - summary: Rotten Tomatoes Best Movies of <> - collection_order: release - collection_minimum: 3 - delete_below_minimum: true - visible_library: true - visible_shared: false - visible_home: false - schedule: monthly(1) - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/year/best/<>.jpg - - Per_Decade: - smart_filter: - sort_by: audience_rating.desc - all: - year.gte: <> - year.lte: <> - sort_title: 08_+<>_<> - visible_library: true - visible_shared: false - visible_home: false - schedule: monthly(17) - url_poster: https://raw.githubusercontent.com/zluckytraveler/Plex-Meta-Manager-Configs/master/zluckytraveler/Posters/Decades/<>.png - - Per_Genre: - smart_filter: - limit: 10000 - sort_by: critic_rating.desc - all: - genre: <> - default: - level: "" - sort_title: 07_+<>_<> - visible_library: true - visible_shared: false - visible_home: false - schedule: weekly(saturday) - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/genre/<>.jpg Per_Actor: smart_filter: @@ -72,65 +29,3 @@ templates: schedule: - weekly(friday) - weekly(tuesday) - - Per_Country: - smart_filter: - limit: 10000 - sort_by: critic_rating.desc - any: - country: <> - default: - level: "" - sort_title: 11_+<>_<> - visible_library: true - visible_shared: false - visible_home: false - schedule: weekly(saturday) - url_poster: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/country/color/<>.jpg - - Per_Holiday: - default: - level: "" - sync_mode: sync - sync_mode_<>: <> - sort_by: title.asc - sort_by_<>: <> - schedule_<>: <> - limit_<>: <> - tmdb_collection_<>: <> - tmdb_movie_<>: <> - imdb_list_<>: <> - trakt_list_<>: <> - mdblist_list_<>: <> - summary_<>: <> - name_<>: <> - emoji_<>: <> - optional: - - poster_url - - schedule - - tmdb_collection - - tmdb_movie - - limit - - imdb_list - - trakt_list - - mdblist_list - smart_label: - sort_by: <>>> - limit: <>>> - all: - label: <> - schedule: <>>> - sync_mode: <>>> - tmdb_collection: <>>> - tmdb_movie: <>>> - imdb_list: <>>> - trakt_list: <>>> - mdblist_list: <>>> - cache_builders: 1 - summary: <>>> - name: <>>><>>> - sort_title: 03_+<>_<> - visible_shared: true - visible_home: true - url_poster: <> -