From c1f739480bdd99ce3b2fab83527974909c8497e9 Mon Sep 17 00:00:00 2001 From: nwithan8 Date: Sat, 18 Nov 2023 12:06:20 -0700 Subject: [PATCH] - Fix Per_Country for shows --- plex/pmm/collections/countries/movies.yml | 2 +- plex/pmm/collections/countries/shows.yml | 2 +- plex/pmm/templates/dynamic_collections.yml | 15 ++++++++++++++- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/plex/pmm/collections/countries/movies.yml b/plex/pmm/collections/countries/movies.yml index aaf3936..8c98fea 100644 --- a/plex/pmm/collections/countries/movies.yml +++ b/plex/pmm/collections/countries/movies.yml @@ -26,4 +26,4 @@ dynamic_collections: Bolivarian Republic of Venezuela: Venezuela Republic of Korea: South Korea template: - - Per_Country + - Per_Country_Movies diff --git a/plex/pmm/collections/countries/shows.yml b/plex/pmm/collections/countries/shows.yml index 3a3c3fc..a61832a 100644 --- a/plex/pmm/collections/countries/shows.yml +++ b/plex/pmm/collections/countries/shows.yml @@ -10,4 +10,4 @@ dynamic_collections: type: origin_country title_format: <> template: - - Per_Country + - Per_Country_Shows diff --git a/plex/pmm/templates/dynamic_collections.yml b/plex/pmm/templates/dynamic_collections.yml index 8d697cb..8f7bd21 100644 --- a/plex/pmm/templates/dynamic_collections.yml +++ b/plex/pmm/templates/dynamic_collections.yml @@ -58,7 +58,7 @@ templates: - weekly(friday) - weekly(tuesday) - Per_Country: + Per_Country_Movies: template: { name: Country, level: "", poster_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/country/white/<>.jpg } @@ -71,3 +71,16 @@ templates: visible_shared: false visible_home: false + Per_Country_Shows: + template: { name: Country, + level: "", + poster_url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Images/master/country/white/<>.jpg } + smart_filter: + limit: 10000 + sort_by: critic_rating.desc + any: + origin_country: <> + visible_library: false + visible_shared: false + visible_home: false +