Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backdrop overlay does not respect vertical_position. #1960

Closed
chazlarson opened this issue Apr 2, 2024 · 0 comments
Closed

Backdrop overlay does not respect vertical_position. #1960

chazlarson opened this issue Apr 2, 2024 · 0 comments
Assignees
Labels
bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet

Comments

@chazlarson
Copy link
Contributor

chazlarson commented Apr 2, 2024

Version Number

1.20.0-nightly54

What branch are you on?

nightly

Describe the Bug

wiki contains this example:

overlays:
  backdrop:
    overlay:
      name: backdrop
      back_color: "#00000099"
      back_height: 100
      vertical_position: top
    plex_all: true

which implies that vertical_position can be used. It's not documented, but is in the example.

However, this:

overlays:
  backdrop:
    overlay:
      name: backdrop
      back_color: "#00000099"
      back_height: 100
      vertical_position: bottom
    plex_all: true

still puts the overlay at the top of the image:

image

[My test run had the height set to 400, not 100]

Relevant Collection/Overlay/Playlist Definition

overlays:
  backdrop:
    overlay:
      name: backdrop
      back_color: "#00000099"
      back_height: 100
      vertical_position: bottom
    plex_all: true

Logs

https://gist.github.com/chazlarson/0d4c9898256a06f524e3c8fa983e4036

@chazlarson chazlarson added bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet labels Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug is with Plex Meta Manager status:not-yet-viewed I haven't reviewed the Feature or Bug yet
Projects
None yet
Development

No branches or pull requests

2 participants