mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[26] fix streaming
This commit is contained in:
parent
b36b3870f9
commit
abb61fd68b
2 changed files with 12 additions and 9 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.19.0-develop25
|
1.19.0-develop26
|
||||||
|
|
|
@ -17,17 +17,17 @@ templates:
|
||||||
- allowed_libraries
|
- allowed_libraries
|
||||||
- originals_only
|
- originals_only
|
||||||
conditionals:
|
conditionals:
|
||||||
library_type:
|
url_part:
|
||||||
default: <<library_type>>
|
default: <<library_type>>
|
||||||
conditions:
|
conditions:
|
||||||
- originals_only: true
|
- originals_only: true
|
||||||
- key: [appletv, disney, hbomax, hulu, netflix, paramount, peacock]
|
key: [appletv, disney, hbomax, hulu, netflix, paramount, peacock]
|
||||||
- value: "original"
|
value: "original"
|
||||||
allowed_streaming:
|
allowed_streaming:
|
||||||
conditions:
|
conditions:
|
||||||
- originals: true
|
- originals: true
|
||||||
- key: [all4, bet, britbox, crave, crunchyroll, discovery, hayu, now, amazon, showtime]
|
key: [all4, bet, britbox, crave, crunchyroll, discovery, hayu, now, amazon, showtime]
|
||||||
- value: False
|
value: False
|
||||||
- region.not: uk
|
- region.not: uk
|
||||||
key: [all4, britbox, hayu, now]
|
key: [all4, britbox, hayu, now]
|
||||||
value: False
|
value: False
|
||||||
|
@ -40,6 +40,8 @@ templates:
|
||||||
watch_region:
|
watch_region:
|
||||||
default: ""
|
default: ""
|
||||||
conditions:
|
conditions:
|
||||||
|
- originals: true
|
||||||
|
value: ""
|
||||||
- region: ca
|
- region: ca
|
||||||
key: [amazon, disney, netflix]
|
key: [amazon, disney, netflix]
|
||||||
value: "-ca"
|
value: "-ca"
|
||||||
|
@ -76,7 +78,7 @@ templates:
|
||||||
cache_builders: 1
|
cache_builders: 1
|
||||||
smart_label: <<sort_by_<<key>>>>
|
smart_label: <<sort_by_<<key>>>>
|
||||||
sync_mode: <<sync_mode_<<key>>>>
|
sync_mode: <<sync_mode_<<key>>>>
|
||||||
mdblist_list: https://mdblist.com/lists/plexmetamanager/<<key>>-<<library_type>>s<<watch_region>>
|
mdblist_list: https://mdblist.com/lists/plexmetamanager/<<key>>-<<url_part>>s<<watch_region>>
|
||||||
|
|
||||||
collections:
|
collections:
|
||||||
Streaming Collections:
|
Streaming Collections:
|
||||||
|
@ -115,7 +117,8 @@ dynamic_collections:
|
||||||
template_variables:
|
template_variables:
|
||||||
image:
|
image:
|
||||||
default: streaming/<<key_name_encoded>>
|
default: streaming/<<key_name_encoded>>
|
||||||
originals_only: false
|
originals_only:
|
||||||
|
default: false
|
||||||
allowed_libraries:
|
allowed_libraries:
|
||||||
hayu: show
|
hayu: show
|
||||||
discovery: show
|
discovery: show
|
||||||
|
|
Loading…
Reference in a new issue