Skip to content

Difference between previewed and displayed overlays #3025

@shmitix

Description

@shmitix

Describe the bug
When creating an overay inside Firefox, its appearance differs once it's applied to posters on Jellyfin. Elements are misplaced.

To Reproduce
Steps to reproduce the behavior:

  1. Create overlay
  2. Place elements
  3. Apply overlay
  4. Look at library

Expected behavior
Elements should appear as they're seen on the preview window in Maintainerr.

Screenshots
First screenshot is how the overlay appears on Maintainerr. Second one is how it applied to a poster on Jellyfin.

Image Image

Here's the json for the overlay:

{
  "version": 1,
  "name": "Bannière rouge",
  "mode": "poster",
  "canvasWidth": 1000,
  "canvasHeight": 1500,
  "elements": [
    {
      "id": "el-1780468666171-2",
      "x": -109,
      "y": 51,
      "width": 2075,
      "height": 111,
      "rotation": 45,
      "layerOrder": 0,
      "opacity": 1,
      "visible": true,
      "type": "shape",
      "shapeType": "rectangle",
      "fillColor": "#B20710",
      "strokeColor": null,
      "strokeWidth": 0,
      "cornerRadius": 12
    },
    {
      "id": "el-1780468706819-3",
      "x": 116,
      "y": 160,
      "width": 1331,
      "height": 273,
      "rotation": 45,
      "layerOrder": 1,
      "opacity": 1,
      "visible": true,
      "type": "text",
      "text": "BIENTÔT SUPPRIMÉ",
      "fontFamily": "Inter",
      "fontPath": "Inter-Regular.ttf",
      "fontSize": 78,
      "fontColor": "#FFFFFF",
      "fontWeight": "bold",
      "textAlign": "center",
      "verticalAlign": "middle",
      "backgroundColor": null,
      "backgroundRadius": 0,
      "backgroundPadding": 0,
      "shadow": false,
      "uppercase": true
    }
  ]
}

Device (please complete the following information):

  • OS: server on OpenMediaVault, edition on MacOS using Firefox
  • Version Maintainerr 3.13.0
  • Server: Jellyfin 10.11.10

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingreleased

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions