I'm starting to write a Crestron Module to remote control Plex Home Theater. I currently do not wish to see all the metadata & media lists on the Crestron Module, but only want Navigation & Transport controls (with subtitles etc ...)
I'm also investigating the XBMC JSON RPC API, which appears to work as well (but is a bit more complicated).
Which method do you recommend using ? (in terms of future support etc ...)
I like the HTTP API better because it's simple to select which PHT client you want to send the order to & it leverages the fact that there's a server in the setup. (but the JSON RPC has access to a ton more stuff like subtitles etc ...)
I updated my 1-way module awhile ago and now use the JSON API. You're welcome to use it or check out the code to help build your own. It's now available on Github.
I updated my 1-way module awhile ago and now use the JSON API. You're welcome to use it or check out the code to help build your own. It's now available on Github.
Can this module control Plex clients, or only the server? Thanks.
I have a 2 way module that I'm working the bugs out of... I'm using JSON commands with a connection to the server for meta data. But it looks like there is a new HTTP API added to plex I'm just waiting on the documentation to be posted. If someone would like to help with the development please let me know... I can send a copy to anyone that would like to try it out...