Does anyone know when/if Plex ever intends on updating the channel API? The current API and associated documentation is sorely lacking. When you compare it to what other apps like Kodi have, there’s just no contest. There are so many things i would love to do with my channel but can’t because of the ancient API that we have been given to work with. I’ve been on these forums for 3 or 4 years now and i’ve been told countless times that “the devs are working on it” or “updates are coming”. However that doesn’t seem to be the case. It just feels like Plex is just trying to kill off channels by just ignoring it.
Just curious if anyone close to the devs, or perhaps anyone with plex, has any info on this topic. I love Plex so much but it’s super frustrating to keep getting questions and suggestions from my users that just aren’t possible due to the API.
You would have to be more specific as to what changes you are looking for in the Plex API.
There are always going to be certain limitations to Plex channels that you do not see in Kodi add-ons just due to the fact that Plex is a server/client media software program, not just a stand alone media center.
And so in Plex, the functions of the media server and the clients are separated. Each player/client controls the playing of media. And it is bound by the interface and playback restrictions of that player/client. Kodi is able to bypass many of these restrictions.
So, what doc is there? I keep finding links to dev.plexapp.com, which does not exist anymore. Where is the existing API doc? The support site has this .0001% minimal example, but, what else is there?
@sfatula said:
So, what doc is there? I keep finding links to dev.plexapp.com, which does not exist anymore. Where is the existing API doc? The support site has this .0001% minimal example, but, what else is there?
The Framework is available in the thread Plugin Development Documentation (a downloadable PDF file) and what may have changed or is missing from the documentation is available in the thread Missing from the Official Plugin Documentation. Both are listed in the pinned topics at the top of this section of the forum.