plex-api-spec icon indicating copy to clipboard operation
plex-api-spec copied to clipboard

Marker missing in Metadata

Open christianWilling opened this issue 1 year ago • 1 comments

Hi i noticed that the marker are missing which are under MediaContainer / Metadata / Marker

and they look like this

"Marker": [
    {
        "id": 8561,
        "type": "credits",
        "startTimeOffset": 6503812,
        "endTimeOffset": 6571812,
        "Attributes": {
            "id": 8561,
            "version": 4
        }
    },
    {
        "final": true,
        "id": 8561,
        "type": "credits",
        "startTimeOffset": 6593812,
        "endTimeOffset": 6619792,
        "Attributes": {
            "id": 8561,
            "version": 4
        }
    }
]

they hold information like when the credits start.

im not shure how to add them in an merge request

christianWilling avatar Feb 17 '24 12:02 christianWilling

Fantastic issue!

Thank you for bringing this up, I will look to get this added soon.

LukasParke avatar Apr 11 '24 17:04 LukasParke

This has been added in #97

JasonLandbridge avatar Apr 30 '25 20:04 JasonLandbridge