mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[173] update streaming weights
This commit is contained in:
parent
930b7d3aae
commit
8187638ca2
3 changed files with 29 additions and 29 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.17.3-develop172
|
||||
1.17.3-develop173
|
||||
|
|
|
@ -27,57 +27,57 @@ templates:
|
|||
overlays:
|
||||
|
||||
Netflix:
|
||||
variables: {key: netflix, weight: 100}
|
||||
variables: {key: netflix, weight: 140}
|
||||
template: [name: standard, name: streaming]
|
||||
|
||||
Prime:
|
||||
variables: {key: amazon, weight: 90}
|
||||
variables: {key: amazon, weight: 130}
|
||||
template: [name: standard, name: streaming]
|
||||
|
||||
Disney:
|
||||
variables: {key: disney, weight: 80}
|
||||
variables: {key: disney, weight: 120}
|
||||
template: [name: standard, name: streaming]
|
||||
|
||||
HBO-Max:
|
||||
variables: {key: hbomax, weight: 70}
|
||||
variables: {key: hbomax, weight: 110}
|
||||
template: [name: standard, name: streaming]
|
||||
|
||||
Crunchyroll:
|
||||
variables: {key: crunchyroll, weight: 60, allowed_libraries: show}
|
||||
variables: {key: crunchyroll, weight: 100, allowed_libraries: show}
|
||||
template: [name: standard, name: streaming]
|
||||
|
||||
YouTube:
|
||||
variables: {key: youtube, weight: 50}
|
||||
variables: {key: youtube, weight: 90}
|
||||
template: [name: standard, name: streaming]
|
||||
|
||||
Hulu:
|
||||
variables: {key: hulu, weight: 40}
|
||||
variables: {key: hulu, weight: 80}
|
||||
template: [name: standard, name: streaming]
|
||||
|
||||
Paramount:
|
||||
variables: {key: paramount, weight: 30}
|
||||
variables: {key: paramount, weight: 70}
|
||||
template: [name: standard, name: streaming]
|
||||
|
||||
AppleTV:
|
||||
variables: {key: appletv, weight: 20}
|
||||
variables: {key: appletv, weight: 60}
|
||||
template: [name: standard, name: streaming]
|
||||
|
||||
Peacock:
|
||||
variables: {key: peacock, weight: 10}
|
||||
variables: {key: peacock, weight: 50}
|
||||
template: [name: standard, name: streaming]
|
||||
|
||||
Showtime:
|
||||
variables: {key: showtime, weight: 5}
|
||||
variables: {key: showtime, weight: 10}
|
||||
template: [name: standard, name: streaming]
|
||||
|
||||
NOW:
|
||||
variables: {key: now, weight: 4}
|
||||
variables: {key: now, weight: 30}
|
||||
template: [name: standard, name: streaming]
|
||||
|
||||
All 4:
|
||||
variables: {key: all4, weight: 3}
|
||||
variables: {key: all4, weight: 20}
|
||||
template: [name: standard, name: streaming]
|
||||
|
||||
britbox:
|
||||
variables: {key: britbox, weight: 2}
|
||||
variables: {key: britbox, weight: 10}
|
||||
template: [name: standard, name: streaming]
|
||||
|
|
|
@ -10,20 +10,20 @@ The `streaming` Default Overlay File is used to create an overlay based on the s
|
|||
|
||||
| Streaming Service | Key | Weight |
|
||||
|:------------------|:-------------:|:------:|
|
||||
| Netflix | `netflix` | `100` |
|
||||
| Prime Video | `amazon` | `90` |
|
||||
| Disney+ | `disney` | `80` |
|
||||
| HBO Max | `hbomax` | `70` |
|
||||
| Crunchyroll | `Crunchyroll` | `60` |
|
||||
| YouTube | `youtube` | `50` |
|
||||
| Hulu | `hulu` | `40` |
|
||||
| Paramount+ | `paramount` | `30` |
|
||||
| AppleTV | `appletv` | `20` |
|
||||
| Peacock | `peacock` | `10` |
|
||||
| Showtime | `showtime` | `5` |
|
||||
| NOW | `now` | `4` |
|
||||
| All 4 | `all4` | `3` |
|
||||
| britbox | `britbox` | `2` |
|
||||
| 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` |
|
||||
|
||||
|
||||
## Config
|
||||
|
|
Loading…
Reference in a new issue