[51] only include "free to watch" content in Streaming (#2243)

This commit is contained in:
YozoraXCII 2024-09-26 16:41:07 +01:00 committed by GitHub Action
parent 5c2388bf9c
commit 15c7357d32
5 changed files with 5 additions and 3 deletions

View file

@ -1 +1 @@
2.0.2-build50
2.0.2-build51

View file

@ -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>>

View file

@ -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

View file

@ -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>>

View file

@ -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