From 4e73d48c3976bfdce36a2a69ce9cf03d8f25bd2b Mon Sep 17 00:00:00 2001 From: siskourso <91812199+SiskoUrso@users.noreply.github.com> Date: Sat, 4 May 2024 19:50:25 -0500 Subject: [PATCH] removed list_buffer from plex popular charts , increased plex popular lists to 30 from 20 --- metadata/movies/Charts.yml | 6 ++---- metadata/tv-shows/Charts.yml | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/metadata/movies/Charts.yml b/metadata/movies/Charts.yml index a0cdf37..a6904e6 100644 --- a/metadata/movies/Charts.yml +++ b/metadata/movies/Charts.yml @@ -33,12 +33,10 @@ collections: template: { name: Chart, num: 1, poster: https://theposterdb.com/api/assets/136359 } tautulli_popular: list_days: 30 - list_size: 20 - list_buffer: 20 + list_size: 30 tautulli_watched: list_days: 30 - list_size: 20 - list_buffer: 20 + list_size: 30 summary: Movies Popular on this Plex Server in the last 30 days. Trending: template: { name: Chart, num: 2, poster: https://theposterdb.com/api/assets/169001 } diff --git a/metadata/tv-shows/Charts.yml b/metadata/tv-shows/Charts.yml index d956d94..6e38e2b 100644 --- a/metadata/tv-shows/Charts.yml +++ b/metadata/tv-shows/Charts.yml @@ -19,12 +19,10 @@ collections: template: { name: Chart, num: 1 } tautulli_popular: list_days: 30 - list_size: 20 - list_buffer: 20 + list_size: 30 tautulli_watched: list_days: 30 - list_size: 20 - list_buffer: 20 + list_size: 30 summary: Shows Popular on Plex url_poster: https://theposterdb.com/api/assets/136359 Trending: