#Attempting to use a basic text overlay based on plex label

1 messages · Page 1 of 1 (latest)

blissful raven
#

I have a test plex library called "Test" with one show with one season in there. The show has plex label "seasoncompleted" in the metadata. Just attempting to put a text overlay on top of the show poster "Season Ended" based on the plex label.

Got pointed in a direction by arialz, and using part of his configuration here: https://github.com/Arial-Z/PMM-Arialz/blob/main/overlays/status-animes.yml

modified it to the below. I named it season-status.yml and put it in config/overlays/season-status.yml:

https://pastebin.com/Nn7m5Xz1

i'm not sure how to call the season-status.yml in my config.yml file. I believe it needs to be an overlay_files: call but i keep getting a YAML Error: mapping values are not allowed here. Hope someone can point me in the right direction

GitHub

PMM config. Contribute to Arial-Z/PMM-Arialz development by creating an account on GitHub.

drifting krakenBOT
#

Welcome @blissful raven!

It looks like you have not yet completed #938455615741775902, this will allow us to help you quicker.

Someone from <@&938443185347244033> will assist when they're available.

Including the meta.log from the beginning is a huge help, type !logs for more information.

#

You can press the "Close Post" button above or type /close at any time to close this post.

north kraken
#

to call a file in your config you have to do something like

- file: <location of file>

example

- file: config/seasonlabels.yml
blissful raven
#

mm i did try that, i'm assuming it needs to go after overlay_files:?

#
Test:
    overlay_files:
    - file: config/overlays/season-status.yml
    - pmm: languages
      template_variables:
        languages:
        - en
        - ja
        - cn
        use_subtitles: false
        style: square
        horizontal_position: right
        vertical_position: bottom
        flag_alignment: right
        back_color: "#000000"
dawn bisonBOT
#

1: Go to your config folder

2: Go into the logs folder

3: Look for meta.log (not meta.1.log etc)

4: Drag it in the Discord thread - the whole thing, DO NOT EDIT IT

5: Still confused? ¯\(ツ)

Log file too big? USE PASTEBIN or ZIP THE FILE

blissful raven
#

ah thanks, i found an error in the log i was able to fix and it started showing up

#

i'll be able to continue from here i blelieve, thank you!