mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[176] adding hayu and BET+ streaming overlays
This commit is contained in:
parent
b29390e600
commit
53e5de3642
5 changed files with 39 additions and 29 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.17.3-develop175
|
||||
1.17.3-develop176
|
||||
|
|
BIN
defaults/overlays/images/streaming/BET+.png
Normal file
BIN
defaults/overlays/images/streaming/BET+.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
defaults/overlays/images/streaming/hayu.png
Normal file
BIN
defaults/overlays/images/streaming/hayu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
|
@ -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]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue