Updated Plex API

Is there an update on the updated Plex API that was discussed late last year/early this year?

Or updates on the deep linking for the newer iOS/multiplatform app?

2 Likes

one is coming. nothing to share at the moment.

1 Like

The ability to deep link into the AppleTV Plex app from HomeAssistant (automation software) would be awesome.

Please add back the API. It super sucks without it. I had another thread talking about this but it got closed due to inactivity (I hate forums that do that by the way)

Reposting what I had there:

In the iOS app there seems to be no more ā€œAdvertise as Playerā€ option for the Remote Control API (not related to ā€œremote playbackā€). And any previous commands to control a device’s player like play/pause/change track no longer work because the app now refuses the connection despite having an authenticated plex token.

I made a whole app for automatically enabling subtitles temporarily upon rewind which no longer works except on the Apple TV app which hasn’t gotten the new experience yet.

Is there some other way to control the player directly via API? I tried sending commands directly to the server with the device ID and stuff and it doesn’t seem to work, only sending it directly to the player device would.

This is a HUGE bummer.

I’ve literally disabled app updates on my AppleTV because I rely on my own subtitles app too much. I only stream plex to my apple tv. At this rate it seems like I’m never going to upgrade to the new plex experience, not that I care to. The new API was announced ages ago and I expect it is still a long ways off. I’ll probably find an alternative to plex before it comes along.

One option I’d be happy with is if they released ā€˜plex classic’ versions of the apps or something. Even if they don’t get updates. I STILL cannot believe they just ripped the API out of the apps completely, released a new version without feature parity, and got rid of the previous version.

4 Likes

In the meantime you might like Infuse?

the UI isn’t as familiar as plex, but it solves almost all issues with playback I’ve experienced. The app developer also has an API for external apps, I am working on implementing into my own apps as well.

Btw. there won’t be an updated API as such.
There will be public documentation of the already existing API.

Well I think we already have a lot of that documentation from the openapi docs from a while back.

I guess if it won’t be a ā€œnewā€ api, I can continue to build out with the current api, and just make the updates as they come around.

@D_eight6 Ah that is very good news. I’ll have to look through the new docs to see if there’s a way to accomplish the same functionality with my app without needing to contact the remote player directly.