#Plex meta manager resolution overlay error message

1 messages · Page 1 of 1 (latest)

zenith bear
#

I installed plex meta manager and am very satisfied with the result. The only thing that bothers me is that I would like to have the resolution overlay on the movie posters. Not the default but my own overlay. I've consulted the plex meta manager wiki pages several times but can't really figure it out. They only have examples of the default resolution overlay. As mentioned I have my own overlay png files in the config/metadata/overlays folder. In this folder I also have a resolution.yml file. I hereby share my config file and the error message that I find in the log file. Can someone tell me what I'm doing wrong? Thanks for the help. Perhaps unnecessarily, I had already asked this question in the Plex subreddit. Here I was redirected to Discord.

desert thistleBOT
#

Welcome @zenith bear!

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.

uncut mango
#

Does your overlays file include overlays:? Tough to tell with the formatting on discord but I think you'd need to replace where resolution: is with overlays:

#

Additionally you might be able to use the default resolution overlays and have it call your own overlay image using the shared template variables

#

file_<<key>> might be what you'd be looking for if you wanted to use the defaults still

zenith bear
#

this is requested via my config file

uncut mango
#

Have you run this and are getting the same/ different error? I haven't gone line by line but at a quick glance it looks fine. I was just addressing the first error which was YAML Error: overlays attribute is required

zenith bear
#

I'll try with this adjustment, if it doesn't work I'll report again tomorrow. Thanks so far for the help.

lament wing
#

file_poster: is for posters not overlays also

serene igloo
#

correct indentation would be:

- pmm: resolution
  template_variables:
    file: config/metadata/overlays/<<key>
twilit pollen
zenith bear
#

My problem has been solved, thank you for this