From 55049a59f058e3b49510d494e9068e831807a784 Mon Sep 17 00:00:00 2001 From: YozoraXCII <96386153+YozoraXCII@users.noreply.github.com> Date: Tue, 22 Oct 2024 19:46:29 +0100 Subject: [PATCH] [6] Revert `streaming` to use `popularity.desc` sort following TMDb fix (#2273) --- VERSION | 2 +- defaults/both/streaming.yml | 7 +------ defaults/overlays/streaming.yml | 9 ++------- 3 files changed, 4 insertions(+), 14 deletions(-) diff --git a/VERSION b/VERSION index 7958174aa..51e5a6efe 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0-build5 +2.1.0-build6 diff --git a/defaults/both/streaming.yml b/defaults/both/streaming.yml index d15406d2d..a6a4ec87c 100644 --- a/defaults/both/streaming.yml +++ b/defaults/both/streaming.yml @@ -49,10 +49,6 @@ templates: conditions: - originals_only: false value: 0 - discover_count: - conditions: - - originals_only: false - value: 100 allowed_streaming: conditions: - originals_only: true @@ -72,7 +68,7 @@ templates: limit: "500" sync_mode: sync sync_mode_<>: <> - sort_by: release.desc + sort_by: popularity.desc sort_by_<>: <> run_definition: - <>>> @@ -87,7 +83,6 @@ templates: tmdb_discover: limit: <> with_watch_providers: <> - vote_count.gte: <> watch_region: <> sort_by: <> diff --git a/defaults/overlays/streaming.yml b/defaults/overlays/streaming.yml index c8f603104..bc6e55e84 100644 --- a/defaults/overlays/streaming.yml +++ b/defaults/overlays/streaming.yml @@ -69,10 +69,10 @@ templates: conditions: - originals_only: false library_type: movie - value: primary_release_date.desc + value: popularity.desc - originals_only: false library_type: show - value: first_air_date.desc + value: popularity.desc originals: conditions: - originals_only: true @@ -81,10 +81,6 @@ templates: conditions: - originals_only: false value: 0 - discover_count: - conditions: - - originals_only: false - value: 100 discover_with: conditions: - originals_only: false @@ -117,7 +113,6 @@ templates: tmdb_discover: limit: <> with_watch_providers: <> - vote_count.gte: <> watch_region: <> sort_by: <>