diff --git a/plex/pmm/collections/decades/movies.yml b/plex/pmm/collections/decades/movies.yml index 0ea5d61..f3bffda 100644 --- a/plex/pmm/collections/decades/movies.yml +++ b/plex/pmm/collections/decades/movies.yml @@ -2,20 +2,6 @@ external_templates: - repo: templates/collections - repo: templates/dynamic_collections -templates: - 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 - dynamic_collections: ## Use DC as suffix to avoid name conflicts with static collections ## These get generated in the order they are listed here, so put the more intensive ones at the bottom diff --git a/plex/pmm/templates/dynamic_collections.yml b/plex/pmm/templates/dynamic_collections.yml index 2bc51b5..3d95eef 100644 --- a/plex/pmm/templates/dynamic_collections.yml +++ b/plex/pmm/templates/dynamic_collections.yml @@ -1,6 +1,33 @@ templates: # Dynamic Collections Templates # ----------------------------- + 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: @@ -29,3 +56,65 @@ 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: <> +