Skip to content

Commit

Permalink
[6] Revert streaming to use popularity.desc sort following TMDb f…
Browse files Browse the repository at this point in the history
…ix (#2273)
  • Loading branch information
YozoraXCII authored and actions-user committed Oct 22, 2024
1 parent 113b6c5 commit 55049a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0-build5
2.1.0-build6
7 changes: 1 addition & 6 deletions defaults/both/streaming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -72,7 +68,7 @@ templates:
limit: "500"
sync_mode: sync
sync_mode_<<key>>: <<sync_mode>>
sort_by: release.desc
sort_by: popularity.desc
sort_by_<<key>>: <<sort_by>>
run_definition:
- <<use_<<key>>>>
Expand All @@ -87,7 +83,6 @@ templates:
tmdb_discover:
limit: <<discover_limit>>
with_watch_providers: <<discover_with>>
vote_count.gte: <<discover_count>>
watch_region: <<discover_region>>
sort_by: <<discover_sort>>

Expand Down
9 changes: 2 additions & 7 deletions defaults/overlays/streaming.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -117,7 +113,6 @@ templates:
tmdb_discover:
limit: <<discover_limit>>
with_watch_providers: <<discover_with>>
vote_count.gte: <<discover_count>>
watch_region: <<discover_region>>
sort_by: <<discover_sort>>

Expand Down

0 comments on commit 55049a5

Please sign in to comment.