This is where you'll find all my config files related to Plex Meta Manager. I've included an example of how you could fire off each overlay in my example config exampleConfig.yml.
Below you'll find the yaml config which then if used will generate the image below.
Creates a ribbon style background in the top left corner with a width of 313 pixels. Keep in mind, it has to be run before any overlay which is supposed to be on top of the background
- url: https://raw.githubusercontent.com/s0len/meta-manager-config/main/overlays/background_top_left_313_wide.yml
- pmm: resolution
template_variables:
url: https://raw.githubusercontent.com/s0len/meta-manager-config/main/overlays/resolution-top-left-horizontal/<<overlay_name>>.png
horizontal_align: left
horizontal_offset: 0
vertical_offset: 0
vertical_align: top
final_horizontal_offset: 0
final_vertical_offset: 0
back_width: 1000
back_height: 1500
back_color: 00
- pmm: audio_codec
template_variables:
url: https://raw.githubusercontent.com/s0len/meta-manager-config/main/overlays/audio-top-left/<<key>>.png
horizontal_align: left
horizontal_offset: 0
vertical_offset: 0
vertical_align: top
back_width: 1000
back_height: 1500
back_color: 00
Creates a ribbon style background in the top left corner with a width of 313 pixels. Keep in mind, it has to be run before any overlay which is supposed to be on top of the background
- url: https://raw.githubusercontent.com/s0len/meta-manager-config/main/overlays/background_top_left_313_wide.yml
- pmm: resolution
template_variables:
url: https://raw.githubusercontent.com/s0len/meta-manager-config/main/overlays/resolution-top-left-45deg/<<overlay_name>>.png
horizontal_align: left
horizontal_offset: 0
vertical_offset: 0
vertical_align: top
final_horizontal_offset: 0
final_vertical_offset: 0
back_width: 1000
back_height: 1500
back_color: 00
- pmm: audio_codec
template_variables:
url: https://raw.githubusercontent.com/s0len/meta-manager-config/main/overlays/audio-top-left-45deg/<<key>>.png
horizontal_align: left
horizontal_offset: 0
vertical_offset: 0
vertical_align: top
back_width: 1000
back_height: 1500
back_color: 00
- pmm: studio
template_variables:
horizontal_align: left
horizontal_offset: 0
vertical_align: top
vertical_offset: 0
back_width: 1000
back_height: 1500
url: https://raw.githubusercontent.com/s0len/meta-manager-config/main/overlays/studio-top-left/<<key>>.png
back_color: 00
- url: https://raw.githubusercontent.com/s0len/meta-manager-config/main/overlays/ribbon_awards.yml
- url: https://raw.githubusercontent.com/s0len/meta-manager-config/main/overlays/ribbon_trending.yml
- url: https://raw.githubusercontent.com/s0len/meta-manager-config/main/overlays/ribbon_imdb.yml
- url: https://raw.githubusercontent.com/s0len/meta-manager-config/main/overlays/ribbon_rotten.yml
Below the you'll find the yaml config which then if used will generate the image below.
- url: https://raw.githubusercontent.com/s0len/meta-manager-config/main/overlays/status.yml
This is a bit of a workaround to fill up the missing network logos by first writing a plex logo on all overlays. Then AFTER this is run we run the below pmm: network
so that it is overwritten by pmm: network if it finds an image for the network.
** Must run before pmm: network
. **
- url: https://raw.githubusercontent.com/s0len/meta-manager-config/main/overlays/network_fallback.yml
- pmm: network
template_variables:
horizontal_align: left
horizontal_offset: 0
vertical_offset: 0
vertical_align: top
back_width: 1000
back_height: 1500
url: https://raw.githubusercontent.com/s0len/meta-manager-config/main/overlays/network-top-left/<<key>>.png
back_color: 00
- pmm: studio
template_variables:
horizontal_align: left
horizontal_offset: 0
vertical_align: top
vertical_offset: 0
back_width: 1000
back_height: 1500
url: https://raw.githubusercontent.com/s0len/meta-manager-config/main/overlays/studio-top-left/<<key>>.png
back_color: 00
- url: https://raw.githubusercontent.com/s0len/meta-manager-config/main/overlays/ribbon_awards.yml
- url: https://raw.githubusercontent.com/s0len/meta-manager-config/main/overlays/ribbon_trending.yml
- url: https://raw.githubusercontent.com/s0len/meta-manager-config/main/overlays/ribbon_imdb.yml
- url: https://raw.githubusercontent.com/s0len/meta-manager-config/main/overlays/ribbon_rotten.yml