#No overlays to remove

1 messages · Page 1 of 1 (latest)

visual junco
#

Hi,

I'm using the most simple configuration fo PMM since few hours (just config.yml with Plex/TMDb info, and 1 library with basic lines present in the wiki.

PMM create some IMDb collection (popular, top 250) and applied an overlay on all top 250 movies.

I tried to remove the overlay by putting "remove_overlays" to true but logs keep saying "No Overlays to Remove for the Movies Library". So I'm kind of stuck with the "IMDb top 250" overlay.

royal nymphBOT
#

Please complete #938455615741775902 and someone from the community or one of our <@&938443185347244033> members will respond when they're available.

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

valid garden
#

Can you send a redacted version of your config

past quailBOT
#
Providing a redacted config.yml file

You have been asked to provide your config file, which will allow us to support you further.

Please DO NOT share your config.yml file as is without redacting it. It contains information that you do not want the public to have, nor do we need it to troubleshoot your scenario in MOST cases.

We will use a regex parser to redact the file for you.

:one: Goto https://regex101.com/r/DMo1DQ/latest
:two: Copy the contents of your config.yml to the TEST STRING box in that page
:three: The results will be immediate and found in the SUBSTITUTION box below
:four: From the SUBSTITUTION box, select all, then copy and paste the redacted text into the channel where you want to share your config. (You will see (redacted) where confidential information was replaced)

Consider using Discord code blocks when sharing small parts of your config file. Check out !code for more info on code blocks

valid garden
#

And a log file too

past quailBOT
#
Providing Log Files

You have been asked to provide your log file, which will allow us to support you further.

You can find your meta.log file within the logs folder of your Plex Meta Manager config folder [right next to config.yml].

You can drag-and-drop your meta.log file directly into Discord, you do not need to upload it to a third-party site unless it exceeds the 50mb size limit.

Please DO NOT manually extract, copy and paste text from your log files directly into Discord as the formatting can be difficult to read and can often redact parts of the log file that are important for full context.

#
Using Code Blocks

Please use code blocks when sending any code-related text (such as error messages or configuration file extracts.)

The Grave Accent key (`) is used to define code blocks and is typically found to the left of the number 1 key on a standard keyboard.

See the below sample text and output for basic code block text.

YOU TYPE THIS

`​`​`hello`​`​`

DISCORD DISPLAYS
hello

If you are posting any yaml-formatted text (such as collections), you can give your code block YAML formatting. See the below sample text and output

YOU TYPE THIS

`​`​`yaml
collections:
  Documentaries:
    smart_filter:
      all:
        genre: Documentary
`​`​`

DISCORD DISPLAYS

collections:
  Documentaries:
    smart_filter:
      all:
        genre: Documentary
visual junco
#

libraries: # This is called out once within the config.yml file Movies: # Each library must match the Plex library name metadata_path: - file: config/Movies.yml # This is a local file on the system - folder: config/Movies/ # This is a local directory on the system - git: PMM/chart/basic # This is a file within the https://github.com/meisnate12/Plex-Meta-Manager-Configs Repository - git: PMM/chart/imdb # This is a file within the https://github.com/meisnate12/Plex-Meta-Manager-Configs Repository overlay_path: - remove_overlays: true # Set this to true to remove all overlays - file: config/Overlays.yml # This is a local file on the system - git: PMM/overlays/imdb_top_250 # This is a file within the https://github.com/meisnate12/Plex-Meta-Manager-Configs Repository plex: url: (redacted) token: (redacted) timeout: 60 clean_bundles: false empty_trash: false optimize: false tmdb: apikey: (redacted) language: en cache_expiration: 60 region:

valid garden
visual junco
valid garden
#

That looks fine to me 🤔 hmmm

#

If you go into one of the movies, does it have a label called Overlay?

#

If you don't know how to check, press the pen on the bottom left of the poster and then go to the Sharing tab

visual junco
#

No they didn't. And the field labels is empty and locked (in orange with a lock)

#

I can unlock this field for all imdb top 250 movies. Maybe rerun with remove_overlays at false then rerun at true?

valid garden
#

That won't work, PMM doesn't think it has applied overlays to those items

visual junco
#

If I add the label manually?

valid garden
#

your next-best option is to use reset_overlays with either plex or tmdb based on where you want the image to come from

valid garden
visual junco
#

I will check reset_overlays then

valid garden
#

check your overlays folder to see if PMM has stored the original posters

visual junco
#

nop, folder is empty

valid garden
#

if it has, you could go into the top 250 collection and batch add the Overlay label and then run with remove_overlays 🙂

#

damn

visual junco
#

"movies original posters" empty

valid garden
#

how long ago did you apply the overlays?

visual junco
#

few hours ago

valid garden
#

hm odd

visual junco
#

reset_overlays will redownload overlay from plex/tmdb or it is supposed to used the folder which is empty for me?

#

maybe I can apply original poster directly with plex, I don't know

valid garden
#

the remove_overlays uses the folder which is empty, which is why it isn't working

#

revert overlays uses either the default Plex poster from the UI, or grabs the poster from tmdb

visual junco
#

ok!

valid garden
#

but it will do it for every item in your library