#Overlay extra image problems

1 messages · Page 1 of 1 (latest)

wispy wedge
#

I'm playing with the overlay options and am having trouble with the "extra images".

Working with this:

overlays:

  example_text:
    plex_all: true
    overlay:
      name: text(Example)
      horizontal_align: center
      vertical_align: center
      font: fonts/Roboto-Black.ttf
      font_size: 120
      font_color: "#FF00FF"
      back_color: "#00000099"
      back_radius: 30
      back_padding: 20
      back_line_color: "#FFFFFF"
      back_line_width: 5
      # file: /config/overlays/rebel100.png
      git: PMM/overlays/images/raw/commonsense
      addon_position: left
      addon_offset: 25

Whether I use the git or file source, I get the space for the image, but no image.

I've tried disabling all the back_* settings in the event they were conflicting with no change.

I imagine it's something simple, but can't find it.

#

using Version: 1.17.3-develop23

dusk shadow
#

and no errors in the log at all im guessing

wispy wedge
#

None.

#

That log was the "rebel" image placed higher in the config before the back_* attributes.. This one is the config above. Only real difference is the order of the Value: ordereddict([('name', 'text(Example)'), (...

tawdry mulch
#

ummm...

dusk shadow
#

for the git one did the image get added to the overlay folder?

tawdry mulch
#

try fully qualified name for the git file location? so commonsense.jpg?

wispy wedge
#

If I'm expecting a commonsense.png at the top level of the overlays folder, no, it didn't.

tawdry mulch
#

sorry png

#

but lets check to be sure

#

PMM/overlays/images/raw/commonsense.png

#

ratings.yml overlays is setup as you have up there chaz

#

so I am a little stumped as well

#

i can try on my side to see what happens

wispy wedge
#

Just adding .png no change. error in this case; I hadn't saved the file.

tawdry mulch
#

and if you put an invalid path... does it say... file not found?

dusk shadow
#

for git and repo it adds .png

dusk shadow
#

according to my code i think the file would be save as text(Example)

#

bull when you do the ratings overlay what are the image names in your overlay folder

tawdry mulch
#

let me go see

wispy wedge
#
url: https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager-Configs/master/PMM/overlays/images/raw/commonsense.png

No change

wispy wedge
tawdry mulch
dusk shadow
wispy wedge
tawdry mulch
dusk shadow
#

so its downloading ok

wispy wedge
#

Just not making it to the poster:

#

using this:

      git: PMM/overlays/images/raw/commonsense

I get test(Example).png in the overlays dir.

#

So that side seems to be fine.

dusk shadow
#

im trying to follow the code to see if i see anything weird

tawdry mulch
#

i just repro'd the issue

#

i am on develop17

#

i think I am on to something in my tests

dusk shadow
#

im baffled as to why this isnt working but ratings are lemme try something

tawdry mulch
#

i have been trying all kinds of things and cannot get this to work...

#

probably 10 different adjustments...

#

differnt icon

#

different location on the page

#

back_width, back_height

#

commented out some other back_* items

#

put the git reference after the addon lines and before them

wispy wedge
#

I've tried the same things aside from changing location.

tawdry mulch
#

completely baffled on my sides as to why ratings is working and not this

#

oh! a little breaktrhough:

#

notice that icon peeking through?

#
overlays:

  example_text:
    plex_all: true
    overlay:
      name: text(<<audience_rating>>)
      horizontal_offset: 0
      horizontal_align: center
      vertical_offset: 0
      vertical_align: center
      font: fonts/Roboto-Black.ttf
      font_size: 150
      font_color: "#FF00FF"
      back_color: "#00000099"
      back_radius: 30
      back_align: right
      back_padding: 15
      back_width: 970
      back_height: 305
      back_line_color: "#FFFFFF"
      back_line_width: 5
      # file: /config/overlays/rebel100.png
      git: PMM/overlays/images/raw/commonsense
      addon_position: left
      addon_offset: 15
#
overlays:

  example_text:
    plex_all: true
    overlay:
      name: text(<<audience_rating>>)
      horizontal_align: center
      vertical_align: center
      font: fonts/Roboto-Black.ttf
      font_size: 120
      font_color: "#FF00FF"
      back_color: "#00000099"
      back_radius: 30
      back_padding: 20
      back_line_color: "#FFFFFF"
      back_line_width: 5
      # file: /config/overlays/rebel100.png
      git: PMM/overlays/images/raw/commonsense
      addon_position: left
      addon_offset: 25
#

so its narrowed down... the issue is with the line: name: text(Example)

dusk shadow
#

so it only works when using some kind of special text

#

it doesnt work for plain text

dusk shadow
#

ok nightly 24 should fix it

wispy wedge
#

Hooray!

#

file: /config/overlays/rebel100.png working as well.

tawdry mulch
#

Appropriate that the check mark shows up to confirm that it’s actually fixed. 😉