mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-13 00:07:13 +00:00
[51] only include "free to watch" content in Streaming (#2243)
This commit is contained in:
parent
5c2388bf9c
commit
15c7357d32
5 changed files with 5 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.0.2-build50
|
||||
2.0.2-build51
|
||||
|
|
|
@ -76,6 +76,7 @@ templates:
|
|||
tmdb_discover:
|
||||
limit: 0
|
||||
with_watch_providers: <<discover_with>>
|
||||
vote_count.gte: 100
|
||||
watch_region: <<discover_region>>
|
||||
sort_by: <<discover_sort>>
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@ templates:
|
|||
- key: truehd_atmos
|
||||
value: '(?i)^(?=.*\btrue[ ._-]?hd(\b|\d))(?=.*\batmos(\b|\d))'
|
||||
- key: dtsx
|
||||
value: '(?i)\bdts[ ._-]?x\b'
|
||||
value: '(?i)\b(dts[-_. ]?x7?)\b(?![-_. ]?(26[456]))'
|
||||
- key: plus_atmos
|
||||
value: '(?i)^(?=.*\b((dd[p+])|(dolby[ ._-]digital[ ._-]plus)|(e[ ._-]?ac3)\b))(?=.*\batmos(\b|\d))'
|
||||
- key: dolby_atmos
|
||||
|
|
|
@ -110,6 +110,7 @@ templates:
|
|||
tmdb_discover:
|
||||
limit: <<discover_limit>>
|
||||
with_watch_providers: <<discover_with>>
|
||||
vote_count.gte: 100
|
||||
watch_region: <<discover_region>>
|
||||
sort_by: <<discover_sort>>
|
||||
|
||||
|
|
|
@ -13,4 +13,4 @@ tenacity==9.0.0
|
|||
ruamel.yaml==0.18.6
|
||||
schedule==1.2.2
|
||||
setuptools==75.1.0
|
||||
tmdbapis==1.2.19
|
||||
tmdbapis==1.2.20
|
Loading…
Reference in a new issue