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

An open source Plex Media Server API Specification

Results 15 plex-api-spec issues
Sort by recently updated
recently updated
newest added

> [!IMPORTANT] > Linting report available at: Update of compiled sources

Hi, I am currently working on a project that makes use of the plex apis and am currently generating a http client from this library, and just wanted to pop...

Providers from Plex (Tidal Music Integration, Watchlist) expose an almost identical API as Plex Servers. However restrictions in the schema prevent these sdks from using a provider as an input....

Hi i noticed that the marker are missing which are under `MediaContainer` / `Metadata` / `Marker` and they look like this ```json "Marker": [ { "id": 8561, "type": "credits", "startTimeOffset":...

bug
good first issue

Version 2 of the plex tv api does not contain all the information that the version 1 does. For example `/api/v2/friends` endpoint seems to always have `sharedServers` array as empty,...

Hi @LukeHagar, I went kind of overboard with this and migrated everything into [stoplight.io](https://stoplight.io/) which provides a great GUI to design everything correctly! This is what I have made so...

`languageOverride` is missing from `MediaContainer -> Metadata`. It's only available if you've changed "Metadata language" of a library item to something other than "Library default" under "Advanced": ![image](https://github.com/LukeHagar/plex-api-spec/assets/264300/07611fd6-eb66-4205-94e5-cec1ac6f0c4f) The format...

I don't see "Optimize version" anywhere. Is it possible to optimize films via this interface API?

Hi, This PR does two things: 1. The `build` script in `package.json` now builds a `de-referenced` and `referenced` file into the output folder. 2. Merged the `sdk_generation.yaml` into the `build`...

More details on the possible parameters can be found in [this implementation](https://github.com/lcharlick/PlexKit/blob/master/Sources/PlexKit/Requests/Resource/TranscodeAudio.swift).