[176] adding hayu and BET+ streaming overlays

This commit is contained in:
bullmoose20 2022-10-30 20:48:07 -04:00
parent b29390e600
commit 53e5de3642
5 changed files with 39 additions and 29 deletions

View file

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

View file

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

View file

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