Add Showtime Streaming default

pull/1146/head
YozoraXCII 2 years ago
parent b1d30d7913
commit fb66e243ab

@ -40,6 +40,7 @@ dynamic_collections:
paramount: Paramount+
peacock: Peacock
amazon: Prime Video
showtime: Showtime
title_format: <<key_name>> <<library_typeU>>s
template:
- mdb_smart

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

@ -64,4 +64,8 @@ overlays:
Peacock:
variables: {key: peacock, weight: 10}
template: [name: standard, name: streaming]
Showtime:
variables: {key: showtime, weight: 5}
template: [name: standard, name: streaming]

@ -25,6 +25,7 @@ The `streaming` Default Metadata File is used to dynamically create collections
| `Paramount+ Movies/Shows` | `paramount` | Collection of Movies/Shows Streaming on Paramount+. |
| `Peacock Movies/Shows` | `peacock` | Collection of Movies/Shows Streaming on Peacock. |
| `Prime Video Movies/Shows` | `amazon` | Collection of Movies/Shows Streaming on Prime Video. |
| `Showtime Movies/Shows` | `showtime` | Collection of Movies/Shows Streaming on Showtime. |
## Config

@ -20,6 +20,8 @@ The `streaming` Default Overlay File is used to create an overlay based on the s
| Paramount+ | `paramount` | `30` |
| AppleTV | `appletv` | `20` |
| Peacock | `peacock` | `10` |
| Showtime | `showtime` | `5` |
## Config

Loading…
Cancel
Save