[30] [Defaults] Update Network and Streaming to include `Paramount+ with Showtime` (#2375)

pull/2378/merge
YozoraXCII 2 days ago committed by GitHub Action
parent c93a8bed40
commit 22b0ab5ee3

@ -24,6 +24,7 @@ Fixes an issue where Prime Video overlays/collections would not be built when th
Fixes an issue where Rotten Tomatoes Verified Hot wasn't working Fixes an issue where Rotten Tomatoes Verified Hot wasn't working
Updates `Alien vs Predator` and `X-Men` lists to new lists which include most recent releases Updates `Alien vs Predator` and `X-Men` lists to new lists which include most recent releases
Adds `style` template variable for Streaming and Chart defaults, allowing user to choose color or white logos for collection posters Adds `style` template variable for Streaming and Chart defaults, allowing user to choose color or white logos for collection posters
Added `Paramount+ with Showtime` to both `Paramount+` and `Showtime` for Networks and Streaming, any existing weighting is unchanged.
# Bug Fixes # Bug Fixes
Fixed the `cast` search option for the `imdb_search` builder Fixed the `cast` search option for the `imdb_search` builder

@ -1 +1 @@
2.1.0-build29 2.1.0-build30

@ -139,7 +139,7 @@ dynamic_collections:
hulu: 15 hulu: 15
netflix: 8 netflix: 8
now: 39 now: 39
paramount: 531 paramount: 531|1770
peacock: 387 peacock: 387
amazon: 9 amazon: 9
showtime: 37 showtime: 37

@ -739,7 +739,7 @@ overlays:
Paramount+: Paramount+:
variables: { weight: 10} variables: { weight: 10}
template: [name: standard, name: networks] template: [name: standard, {name: networks, search: [Paramount+, Paramount+ with Showtime]}]
PBS: PBS:
variables: { weight: 10} variables: { weight: 10}
@ -831,7 +831,7 @@ overlays:
Showtime: Showtime:
variables: { weight: 10} variables: { weight: 10}
template: [name: standard, name: networks] template: [name: standard, {name: networks, search: [Showtime, Paramount+ with Showtime]}]
Shudder: Shudder:
variables: { weight: 10} variables: { weight: 10}

@ -148,7 +148,7 @@ overlays:
template: [name: standard, name: mdb_streaming] template: [name: standard, name: mdb_streaming]
Paramount: Paramount:
variables: {key: paramount, tmdb_key: 531, weight: 90} variables: {key: paramount, tmdb_key: 531|1770, weight: 90}
template: [name: standard, name: mdb_streaming] template: [name: standard, name: mdb_streaming]
AppleTV: AppleTV:
@ -160,7 +160,7 @@ overlays:
template: [name: standard, name: mdb_streaming] template: [name: standard, name: mdb_streaming]
Showtime: Showtime:
variables: {key: showtime, tmdb_key: 37, weight: 60} variables: {key: showtime, tmdb_key: 531|1770, weight: 60}
template: [name: standard, name: mdb_streaming] template: [name: standard, name: mdb_streaming]
discovery+: discovery+:

@ -455,8 +455,12 @@ dynamic_collections:
- Network 10 - Network 10
Nickelodeon: Nickelodeon:
- Nick at Nite - Nick at Nite
Paramount+:
- Paramount+ with Showtime
ReelzChannel: ReelzChannel:
- Reelz - Reelz
Showtime:
- Paramount+ with Showtime
Sky: Sky:
- Sky One - Sky One
- Sky Atlantic - Sky Atlantic
@ -481,7 +485,6 @@ dynamic_collections:
- sky Travel - sky Travel
- Sky Vision - Sky Vision
- Sky News Weather Channel - Sky News Weather Channel
- SkyShowtime
Smithsonian: Smithsonian:
- Smithsonian Channel - Smithsonian Channel
- Smithsonian Earth - Smithsonian Earth

Loading…
Cancel
Save