#Custom overlay not showing up

1 messages · Page 1 of 1 (latest)

earnest flower
#

I am testing a 50% overlay Network logo png and cannot get it to show up on the poster. Based on a prior discussion it uses the same syntax.

      template_variables:
        file_paramount: /config/images/networks/Paramount+.png
        horizontal_align: center
        vertical_offset: 50
        vertical_align: top
        back_width: 621
        url: https://raw.githubusercontent.com/zarox-things/configs-and-stuff/m>
        back_color: '#00000000'```
opaque questBOT
#

📝 If you want to review this again, .unclebabybilly.:
: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> 📝

#

Welcome @earnest flower!

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

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

After attaching your log, do not forget to hit the green check boxes when prompted by our bot.

#

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

lilac hawk
#

this one:

[INFO]     |     1 | Overlay Error: Status 400 when attempting download of: https://raw.githubusercontent.com/zarox-things/configs-and-stuff/main/plex-meta-manager/overlays/images/network/shadow/#0.png

is a bad URL due to the naked #

This:

[INFO]     |     1 | Overlay Error: Overlay Image not found at: https://raw.githubusercontent.com/zarox-things/configs-and-stuff/main/plex-meta-manager/overlays/images/network/shadow/tubi.png

returns a 404.

If I go to the repo that file is in fact not there.
https://github.com/zarox-things/configs-and-stuff/tree/main/plex-meta-manager/overlays/images/network/shadow

The others all seem to work fine, aside for "no update needed".

You may need to do a run with reapply_overlays to force Kometa to pull the new images; it may not track that as a changepoint.

earnest flower
#

good point thank you will try to reapply_overlays

#

For some reason the overlays are not being reapplied, tried to run it seperately and together, is this still valid?

    remove_overlays: true
    reapply_overlays: true```
lilac hawk
#

Why are you removing overlays?

#

This:

    remove_overlays: true

means: "I want you to remove all overlays during this run, leaving this library without any overlays"

#

This;

    reapply_overlays: true

means: "whether or not you think you have to, I want you to regenerate and reupload new overlaid posters for everything in the library"

#

the removal trumps the reapplication.

earnest flower
#

okay I understand

lilac hawk
earnest flower
#

also for what it's worth the command line for the run I am using is python kometa.py -r --library-only "TV Shows"

#

getting the log now

opaque questBOT
#

📝 If you want to review this again, .unclebabybilly.:
: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> 📝

lilac hawk
#

Where did --library-only come from? That's not a valid flag and Kometa is ignoring it.

#

You have this set:

--operations-only (KOMETA_OPERATIONS_ONLY): True 

So the only thing that's happening is operations. No overlays being processed.

#

I suspect that's an env var on the container config.

earnest flower
#

I need to switch out of nightly forgot to do that

earnest flower
#

trying again

#
[2025-06-14 11:40:17,279] [overlays.py:542]           [INFO]     |   Overlays Applied: Overlay File (0) ended_shows, Overlay File (1) gradient_top, Overlay File (2) Paramount+ |```
opaque questBOT
#

📝 If you want to review this again, .unclebabybilly.:
: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> 📝

earnest flower
#

here is the poster I'm trying to confirm the change on with a 50% opacity png for the 1883 series

earnest flower
lilac hawk
#

Either would work

earnest flower
#

that was it, working now! Thank you