#Resolution overlay with vertical_offset results in overlapping Edition

1 messages · Page 1 of 1 (latest)

sand prawnBOT
#

Welcome @opaque meadow!

It looks like you have not yet completed the id:customize section of our Discord server, this will allow us to help you quicker.

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.

vernal waspBOT
#

m0sa1c., please use codeblocks when posting things that are found in files like a yaml file. Use !code to learn more.- default: resolution template_variables: back_color: '#101010DD' vertical_offset: 50 horizontal_align: left vertical_align: bottom

opaque meadow
median salmon
#

It's not the vertical offset per se that's causing this; I think it's a too-small vertical offset combined with the bottom alignment. Try larger values than 50.

wet valleyBOT
#
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.

If you are posting any yaml-formatted text (such as collections), you can add yaml to your Grave Accent keys for coloured 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
opaque meadow
#

It appears to have the same degree of overlap with 80 offset
- default: resolution template_variables: back_color: '#101010DD' vertical_offset: 80 horizontal_align: left vertical_align: bottom

opaque meadow
#

@median salmon

median salmon
#

Perhaps it's an issue with bottom alignment.

#

It's the back color you're setting; nothing to do with alignment.

libraries:
  Kometa-Demo-Movies:
    overlay_files:
    - default: resolution

Produces:

#

while:

libraries:
  Kometa-Demo-Movies:
    overlay_files:
    - default: resolution
      template_variables:
        back_color: '#101010DD'

produces:

opaque meadow
#

Ah gotcha, ok. Will remove that then. Thanks!