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

@ -79,8 +79,8 @@ overlays:
variables: {key: disney, weight: 50} variables: {key: disney, weight: 50}
template: [name: standard, name: flixpatrol] template: [name: standard, name: flixpatrol]
HBO: Max:
variables: {key: hbo, weight: 40} variables: {key: max, weight: 40, slug: hbo}
template: [name: standard, name: flixpatrol] template: [name: standard, name: flixpatrol]
Hulu: 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. | | `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. | | `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. | | `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. | | `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. | | `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` | | Netflix | `netflix` | `60` |
| Disney+ | `disney` | `50` | | Disney+ | `disney` | `50` |
| HBO | `hbo` | `40` | | MAX | `max` | `40` |
| Hulu | `hulu` | `30` | | Hulu | `hulu` | `30` |
| Paramount+ | `paramount` | `20` | | Paramount+ | `paramount` | `20` |
| Prime Video | `prime` | `10` | | Prime Video | `prime` | `10` |

Loading…
Cancel
Save