mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
[172] added all4, britbox, NOW streaming overlays
This commit is contained in:
parent
496dbff5d7
commit
930b7d3aae
6 changed files with 17 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.17.3-develop171
|
||||
1.17.3-develop172
|
||||
|
|
BIN
defaults/overlays/images/streaming/All 4.png
Normal file
BIN
defaults/overlays/images/streaming/All 4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
defaults/overlays/images/streaming/NOW.png
Normal file
BIN
defaults/overlays/images/streaming/NOW.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8 KiB |
BIN
defaults/overlays/images/streaming/britbox.png
Normal file
BIN
defaults/overlays/images/streaming/britbox.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
|
@ -68,4 +68,16 @@ overlays:
|
|||
|
||||
Showtime:
|
||||
variables: {key: showtime, weight: 5}
|
||||
template: [name: standard, name: streaming]
|
||||
template: [name: standard, name: streaming]
|
||||
|
||||
NOW:
|
||||
variables: {key: now, weight: 4}
|
||||
template: [name: standard, name: streaming]
|
||||
|
||||
All 4:
|
||||
variables: {key: all4, weight: 3}
|
||||
template: [name: standard, name: streaming]
|
||||
|
||||
britbox:
|
||||
variables: {key: britbox, weight: 2}
|
||||
template: [name: standard, name: streaming]
|
||||
|
|
|
@ -21,6 +21,9 @@ The `streaming` Default Overlay File is used to create an overlay based on the s
|
|||
| AppleTV | `appletv` | `20` |
|
||||
| Peacock | `peacock` | `10` |
|
||||
| Showtime | `showtime` | `5` |
|
||||
| NOW | `now` | `4` |
|
||||
| All 4 | `all4` | `3` |
|
||||
| britbox | `britbox` | `2` |
|
||||
|
||||
|
||||
## Config
|
||||
|
|
Loading…
Reference in a new issue