[176] adding hayu and BET+ streaming overlays

pull/1148/head
bullmoose20 2 years ago
parent b29390e600
commit 53e5de3642

@ -1 +1 @@
1.17.3-develop175 1.17.3-develop176

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

@ -27,57 +27,65 @@ templates:
overlays: overlays:
Netflix: Netflix:
variables: {key: netflix, weight: 140} variables: {key: netflix, weight: 160}
template: [name: standard, name: streaming] template: [name: standard, name: streaming]
Prime: Prime:
variables: {key: amazon, weight: 130} variables: {key: amazon, weight: 150}
template: [name: standard, name: streaming] template: [name: standard, name: streaming]
Disney: Disney:
variables: {key: disney, weight: 120} variables: {key: disney, weight: 140}
template: [name: standard, name: streaming] template: [name: standard, name: streaming]
HBO-Max: HBO-Max:
variables: {key: hbomax, weight: 110} variables: {key: hbomax, weight: 130}
template: [name: standard, name: streaming] template: [name: standard, name: streaming]
Crunchyroll: Crunchyroll:
variables: {key: crunchyroll, weight: 100, allowed_libraries: show} variables: {key: crunchyroll, weight: 120, allowed_libraries: show}
template: [name: standard, name: streaming] template: [name: standard, name: streaming]
YouTube: YouTube:
variables: {key: youtube, weight: 90} variables: {key: youtube, weight: 110}
template: [name: standard, name: streaming] template: [name: standard, name: streaming]
Hulu: Hulu:
variables: {key: hulu, weight: 80} variables: {key: hulu, weight: 100}
template: [name: standard, name: streaming] template: [name: standard, name: streaming]
Paramount: Paramount:
variables: {key: paramount, weight: 70} variables: {key: paramount, weight: 90}
template: [name: standard, name: streaming] template: [name: standard, name: streaming]
AppleTV: AppleTV:
variables: {key: appletv, weight: 60} variables: {key: appletv, weight: 80}
template: [name: standard, name: streaming] template: [name: standard, name: streaming]
Peacock: Peacock:
variables: {key: peacock, weight: 50} variables: {key: peacock, weight: 70}
template: [name: standard, name: streaming] template: [name: standard, name: streaming]
Showtime: Showtime:
variables: {key: showtime, weight: 10} variables: {key: showtime, weight: 60}
template: [name: standard, name: streaming] template: [name: standard, name: streaming]
NOW: NOW:
variables: {key: now, weight: 30} variables: {key: now, weight: 50}
template: [name: standard, name: streaming] template: [name: standard, name: streaming]
All 4: All 4:
variables: {key: all4, weight: 20} variables: {key: all4, weight: 40}
template: [name: standard, name: streaming] template: [name: standard, name: streaming]
britbox: britbox:
variables: {key: britbox, weight: 10} variables: {key: britbox, weight: 30}
template: [name: standard, name: streaming]
BET+:
variables: {key: bet, weight: 20}
template: [name: standard, name: streaming]
hayu:
variables: {key: hayu, weight: 10}
template: [name: standard, name: streaming] template: [name: standard, name: streaming]

@ -10,20 +10,22 @@ The `streaming` Default Overlay File is used to create an overlay based on the s
| Streaming Service | Key | Weight | | Streaming Service | Key | Weight |
|:------------------|:-------------:|:------:| |:------------------|:-------------:|:------:|
| Netflix | `netflix` | `140` | | Netflix | `netflix` | `160` |
| Prime Video | `amazon` | `130` | | Prime Video | `amazon` | `150` |
| Disney+ | `disney` | `120` | | Disney+ | `disney` | `140` |
| HBO Max | `hbomax` | `110` | | HBO Max | `hbomax` | `130` |
| Crunchyroll | `Crunchyroll` | `100` | | Crunchyroll | `Crunchyroll` | `120` |
| YouTube | `youtube` | `90` | | YouTube | `youtube` | `110` |
| Hulu | `hulu` | `80` | | Hulu | `hulu` | `100` |
| Paramount+ | `paramount` | `70` | | Paramount+ | `paramount` | `90` |
| AppleTV | `appletv` | `60` | | AppleTV | `appletv` | `80` |
| Peacock | `peacock` | `50` | | Peacock | `peacock` | `70` |
| Showtime | `showtime` | `40` | | Showtime | `showtime` | `60` |
| NOW | `now` | `30` | | NOW | `now` | `50` |
| All 4 | `all4` | `20` | | All 4 | `all4` | `40` |
| britbox | `britbox` | `10` | | britbox | `britbox` | `30` |
| BET+ | `bet` | `20` |
| hayu | `hayu` | `10` |
## Config ## Config

Loading…
Cancel
Save