#Can not remove overlays from Movies library, yet it worked for TV Shows library

1 messages ยท Page 1 of 1 (latest)

minor olive
#

Will post log/config

final dewBOT
#

Welcome @minor olive!

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.

final dewBOT
#

The following was shared by @minor olive and was automatically redacted by Luma as it may have contained sensitive information.

If you feel this message should not have been redacted, resend it with !noredact in your message to avoid redaction.

minor olive
final dewBOT
#

๐Ÿ“ If you want to review this again, mazzi526:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> ๐Ÿ“

vocal crow
#

look at the example in the wiki

minor olive
#

Looks the same to me

vocal crow
#

and your log file tells you this

vocal crow
# minor olive

look again... you have it beloe overlay files, the example shows it below your library name

minor olive
#

Always something so dumb

#

I'll try it again

ivory isle
#

This works:

libraries:
  Movies:
    remove_overlays: true
    overlay_files:
  TV Shows:
    remove_overlays: false
    overlay_files:

or this:

libraries:
  Movies:
    overlay_path:  # path not files
      - remove_overlays: true
  TV Shows:
    overlay_path:
      - remove_overlays: false

but not what you had, which was a mix

minor olive
#

Makes perfect sense. After I remove the overlays, I'm going to attempt to apply new ones. If I run into any issues should I post them here, or should I start a new post?

#

Hopefully I wont have any issues but knowing me I'll make some dumb format mistake

ivory isle
#

There should be no need to remove overlays before changing them, but suit yourself. We can leave this open.

minor olive
#

If I change them, it will automatically remove old overlays?

ivory isle
#

Yes.

minor olive
#

Oh ok. Didn't know that either

ivory isle
#

If you do this:

libraries:
  Movies:
    overlay_files:
    - pmm: resolution

then run PMM you'll get resolution overlays, then you change that to:

libraries:
  Movies:
    overlay_files:
    - pmm: aspect

and run PMM again it will remove the resolution overlays and apply the aspect overlays.

minor olive
#

Template variables wouldn't affect that process right?

ivory isle
#

Affect it how?

#

If the appearance of the overlaid poster changes, whether by adding/subtracting overlays, changing template variables, or if a rating changes or something, PMM will automatically update it.

minor olive
#

This is what I am hoping to apply

ivory isle
#

Your URL and tokens are all in the clear in there.

#

Anyone who sees that can delete all your stuff.

#

Seems fine:

libraries:
  Movies:
    overlay_files:
    - pmm: ratings
      template_variables:
        rating1: critic
        rating1_image: mdb
        rating_alignment: horizontal
        vertical_position: bottom
        font: config/fonts/Juventus-Fans-Bold.ttf
        font_size: 80
    - pmm: runtimes
      template_variables:
        text: ''
        font: config/fonts/Juventus-Fans-Bold.ttf
        font_size: 80
        back_width: 240
        back_height: 110
        back_radius: 30
        font_color: "#FFFFFF"
        back_color: "#00000099"
        vertical_offset: 15
  TV Shows:
    overlay_files:
    - pmm: status
      template_variables:
        last: 7
        stroke_width: 0.5
        stroke_color: "#000000"
        font_size: 80
        font: config/fonts/Juventus-Fans-Bold.ttf
        back_width: 1100
        back_height: 100
        horizontal_align: center
        vertical_align: top
        vertical_offset: 0
        text_airing: "A I R I N G"
        back_color_airing: "#64965fd9"
        text_returning: "R E T U R N I N G"
        back_color_returning: "#968d60d9"
        text_canceled: "C A N C E L L E D"
        back_color_canceled: "#966060d9"
        text_ended: "E N D E D"
        back_color_ended: "#5f7c96d9"
    - pmm: ratings
      template_variables:
        rating1: critic
        rating1_image: mdb
        rating_alignment: horizontal
        vertical_position: bottom
        font: config/fonts/Juventus-Fans-Bold.ttf
        font_size: 80
#

You may want to invalidate those tokens

minor olive
#

Will do. Thanks for the help

ivory isle
#

If you run that without the remove step, any existing overlays will be removed and replaced with these.

minor olive
#

Cool, I'll give it a go

minor olive
#

Does this mean it would be something like:

  mass_critic_rating_update: mdb_average```
#

Or should it be

operations:
mass_crtic_rating_update: mdb_average

(with no space on second line)