mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-25 22:10:22 +00:00
Add Showtime Streaming default
This commit is contained in:
parent
b1d30d7913
commit
fb66e243ab
5 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
BIN
defaults/overlays/images/streaming/Showtime.png
Normal file
BIN
defaults/overlays/images/streaming/Showtime.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4 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…
Reference in a new issue