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?
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?
one is coming. nothing to share at the moment.
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.
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.