diff --git a/VERSION b/VERSION index 9bb3a155..0e1c84c2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.17.3-develop175 +1.17.3-develop176 diff --git a/defaults/overlays/images/streaming/BET+.png b/defaults/overlays/images/streaming/BET+.png new file mode 100644 index 00000000..1ec26be6 Binary files /dev/null and b/defaults/overlays/images/streaming/BET+.png differ diff --git a/defaults/overlays/images/streaming/hayu.png b/defaults/overlays/images/streaming/hayu.png new file mode 100644 index 00000000..58b8f1cf Binary files /dev/null and b/defaults/overlays/images/streaming/hayu.png differ diff --git a/defaults/overlays/streaming.yml b/defaults/overlays/streaming.yml index 13f705af..ddd5e930 100644 --- a/defaults/overlays/streaming.yml +++ b/defaults/overlays/streaming.yml @@ -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] diff --git a/docs/defaults/overlays/streaming.md b/docs/defaults/overlays/streaming.md index 6cf151be..ac45218b 100644 --- a/docs/defaults/overlays/streaming.md +++ b/docs/defaults/overlays/streaming.md @@ -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