From 818c7ad79ea57e5c435ba4f139ff373900d39aa1 Mon Sep 17 00:00:00 2001 From: nwithan8 Date: Wed, 8 Nov 2023 18:28:53 -0700 Subject: [PATCH] - Use Trakt rather than IMDb for Trending Now (IMDb not working) --- plex/pmm/collections/trending/movies.yml | 4 +++- plex/pmm/collections/trending/shows.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/plex/pmm/collections/trending/movies.yml b/plex/pmm/collections/trending/movies.yml index 92c8370..4674fea 100644 --- a/plex/pmm/collections/trending/movies.yml +++ b/plex/pmm/collections/trending/movies.yml @@ -19,7 +19,9 @@ collections: template: { name: Chart, level: "+++" } summary: "The hottest movies right now" - imdb_chart: popular_movies + trakt_chart: + chart: trending + limit: 30 collection_order: custom sync_mode: sync visible_library: true diff --git a/plex/pmm/collections/trending/shows.yml b/plex/pmm/collections/trending/shows.yml index bd5c1e1..3eed538 100644 --- a/plex/pmm/collections/trending/shows.yml +++ b/plex/pmm/collections/trending/shows.yml @@ -51,7 +51,9 @@ collections: template: { name: Chart, level: "+++++" } summary: "The hottest shows right now" - imdb_chart: popular_shows + trakt_chart: + chart: trending + limit: 30 collection_order: custom sync_mode: sync visible_library: true