[49] Merge remote-tracking branch 'JohnFawkes/patch-15' into nightly

pull/1418/head
meisnate12 2 years ago
commit e79f77c32f

@ -39,7 +39,7 @@ dynamic_collections:
data:
netflix: Netflix
disney: Disney+
hbo: HBO
max: MAX
hulu: Hulu
paramount: Paramount+
prime: Prime Video
@ -55,6 +55,7 @@ dynamic_collections:
default: 10
platform:
default: <<key>>
max: hbo
paramount: paramount_plus
prime: amazon_prime
apple: apple_tv

@ -79,8 +79,8 @@ overlays:
variables: {key: disney, weight: 50}
template: [name: standard, name: flixpatrol]
HBO:
variables: {key: hbo, weight: 40}
Max:
variables: {key: max, weight: 40, slug: hbo}
template: [name: standard, name: flixpatrol]
Hulu:

@ -14,7 +14,7 @@ Supported Library Types: Movie, Show
|:--------------------------------- |:------------|:---------------------------------------------------------------------------|
| `Netflix Top 10 Movies/Shows` | `netflix` | Collection of the Top Movies/Shows on Netflix according to FlixPatrol. |
| `Disney+ Top 10 Movies/Shows` | `disney` | Collection of the Top Movies/Shows on Disney+ according to FlixPatrol. |
| `HBO Top 10 Movies/Shows` | `hbo` | Collection of the Top Movies/Shows on HBO according to FlixPatrol. |
| `MAX Top 10 Movies/Shows` | `max` | Collection of the Top Movies/Shows on MAX according to FlixPatrol. |
| `Hulu Top 10 Movies/Shows` | `hulu` | Collection of the Top Movies/Shows on Hulu according to FlixPatrol. |
| `Paramount+ Top 10 Movies/Shows` | `paramount` | Collection of the Top Movies/Shows on Paramount+ according to FlixPatrol. |
| `Prime Video Top 10 Movies/Shows` | `prime` | Collection of the Top Movies/Shows on Prime Video according to FlixPatrol. |

@ -14,7 +14,7 @@ Supported Overlay Level: Movie, Show
|:------------|:------------|:-------|
| Netflix | `netflix` | `60` |
| Disney+ | `disney` | `50` |
| HBO | `hbo` | `40` |
| MAX | `max` | `40` |
| Hulu | `hulu` | `30` |
| Paramount+ | `paramount` | `20` |
| Prime Video | `prime` | `10` |

Loading…
Cancel
Save