You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Plex-Meta-Manager-Configs/anon_fawkes/overlays/stream_on.yml

164 lines
5.6 KiB

2 years ago
#############################################################
# Streaming On Network Overlay #
# Created by anon_fawkes & NaDs #
# Credit to Magic815 for base images #
#############################################################
# #
# Call this from your config.yml (Movie or Show): #
# If nothing is specified these are the defaults #
# #
# The style variable can be either "Square" or "Round" #
# #
# overlay_path: #
# - git: anon_fawkes/overlays/stream_on.yml #
# template_variables: #
# style: Square #
# #
# # Use the Netflix overlay #
# use_netflix: true #
# # Use the Disney+ overlay #
# use_disney: true #
# # Use the HBO overlay #
# use_hbo: true #
# # Use the Hulu overlay #
# use_hulu: true #
# # Use the Prime overlay #
# use_prime: true #
# # Use the Paramount+ overlay #
# use_paramount: true #
# # Use the Discovery+ overlay #
# use_discovery: true #
# # Use the Apple TV + overlay #
# use_apple: true #
# # Use the Peacock overlay #
# use_peacock: true #
# #
#############################################################
queues:
stream:
- horizontal_offset: 15 # This is the first position
horizontal_align: center
vertical_offset: 10
2 years ago
vertical_align: bottom
- horizontal_offset: 130 # This is the second position
horizontal_align: center
vertical_offset: 10
2 years ago
vertical_align: bottom
- horizontal_offset: 245 # This is the third position
horizontal_align: center
vertical_offset: 10
2 years ago
vertical_align: bottom
- horizontal_offset: 360 # This is the fourth position
2 years ago
horizontal_align: center
vertical_offset: 10
2 years ago
vertical_align: bottom
2 years ago
templates:
Streaming:
optional:
- use_<<slug>>
default:
overlay: <<overlay_name>>
horizontal_offset: 15
horizontal_align: center
2 years ago
vertical_offset: 15
vertical_align: bottom
weight_<<key>>: <<weight>>
style: Round
2 years ago
ignore_blank_results: true
mdblist_list:
url: https://mdblist.com/lists/plexmetamanager/<<type>>-<<library_type>>s/
2 years ago
overlay:
name: <<overlay_name>>
queue: stream
style: <<style>>
weight: <<weight_<<key>>>>
horizontal_offset: <<horizontal_offset>>
horizontal_align: <<horizontal_align>>
vertical_offset: <<vertical_offset>>
vertical_align: <<vertical_align>>
git: anon_fawkes/overlays/images/<<overlay_name>>-<<style>>
overlays:
STREAMBLANK:
template: {name: Streaming, type: netflix}
overlay:
name: STREAMBLANK
git: anon_fawkes/overlays/images/STREAMBLANK
STREAMBLANK1:
template: {name: Streaming, type: amazon}
overlay:
name: STREAMBLANK
git: anon_fawkes/overlays/images/STREAMBLANK
STREAMBLANK2:
template: {name: Streaming, type: hulu}
overlay:
name: STREAMBLANK
git: anon_fawkes/overlays/images/STREAMBLANK
STREAMBLANK3:
template: {name: Streaming, type: paramount}
overlay:
name: STREAMBLANK
git: anon_fawkes/overlays/images/STREAMBLANK
STREAMBLANK4:
template: {name: Streaming, type: peacock}
overlay:
name: STREAMBLANK
git: anon_fawkes/overlays/images/STREAMBLANK
STREAMBLANK5:
template: {name: Streaming, type: discovery}
overlay:
name: STREAMBLANK
git: anon_fawkes/overlays/images/STREAMBLANK
STREAMBLANK6:
template: {name: Streaming, type: disney}
overlay:
name: STREAMBLANK
git: anon_fawkes/overlays/images/STREAMBLANK
STREAMBLANK7:
template: {name: Streaming, type: max}
overlay:
name: STREAMBLANK
git: anon_fawkes/overlays/images/STREAMBLANK
STREAMBLANK8:
template: {name: Streaming, type: appletv}
2 years ago
overlay:
name: STREAMBLANK
git: anon_fawkes/overlays/images/STREAMBLANK
Netflix:
template: {name: Streaming, weight: 900, slug: netflix, type: netflix}
2 years ago
Prime:
template: {name: Streaming, weight: 800, slug: prime, type: amazon}
2 years ago
Hulu:
template: {name: Streaming, weight: 700, slug: hulu, type: hulu}
2 years ago
Paramount:
template: {name: Streaming, weight: 600, slug: paramount, type: paramount}
2 years ago
Peacock:
template: {name: Streaming, weight: 500, slug: peacock, type: peacock}
2 years ago
DiscoveryPlus:
template: {name: Streaming, weight: 400, slug: discovery, type: discovery}
2 years ago
Disney:
template: {name: Streaming, weight: 300, slug: disney, type: disney}
Max:
template: {name: Streaming, weight: 200, slug: max, type: max}
2 years ago
AppleTVPlus:
template: {name: Streaming, weight: 100, slug: apple, type: appletv}