mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2025-02-16 13:58:25 +00:00
[6] Revert streaming
to use popularity.desc
sort following TMDb fix (#2273)
This commit is contained in:
parent
113b6c5551
commit
55049a59f0
3 changed files with 4 additions and 14 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.1.0-build5
|
||||
2.1.0-build6
|
||||
|
|
|
@ -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_<<key>>: <<sync_mode>>
|
||||
sort_by: release.desc
|
||||
sort_by: popularity.desc
|
||||
sort_by_<<key>>: <<sort_by>>
|
||||
run_definition:
|
||||
- <<use_<<key>>>>
|
||||
|
@ -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>>
|
||||
|
||||
|
|
|
@ -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: <<discover_limit>>
|
||||
with_watch_providers: <<discover_with>>
|
||||
vote_count.gte: <<discover_count>>
|
||||
watch_region: <<discover_region>>
|
||||
sort_by: <<discover_sort>>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue