Hi, hoping one of the Plex developers sees this:
Is there a way to access information on the currently playing track within a Plex client? For example, if I’m watching an episode of Chuck can I access http://localhost:32400/something/something/nowplaying and get an XML representation of the episode (or even a key to access the library/metadata)?
Cheers,
Luke.
Have you figured out how to do this? I am interested as well.
Haven’t heard anything yet from the devs
interested too, let me know if you find the information
I asked Elan about this a little while ago, he said it hadn’t been implemented “yet”.
It will probably be here when it is implemented. I tested and nothing showed up.
http://192.168.1.102…/status/playing
On thinking about it, and this is total speculation, it would be difficult for PMS to serve this info up since if it is a local file, PMS has nothing to do with it once it tosses it to Plex proper. I don’t think it’s impossible given all that the devs have done so far though.
Actually the server already has this information as far as i know.
If you play an item and go to: http://127.0.0.1:32400/library/sections/1/recentlyViewed/
(Where 1 is my TVshows section)
I can see the currently playing episode and it even updates the viewOffset every x seconds.
problem with this method is you need to dynamically find the playing section be looping through all of them to find which one is actually updating. And that’s if any of them are.
hey guys, have been looking around PMS and found the status/playing part and thought bummer why doesn’t it work…then i remembered the webserver on port 3000 and the list of various commands available, of which there’s GetCurrentlyPlaying
http://:3000/xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying
Hmm, this seems to be a relic of the pre-XBMC fork, not sure how “supported” it is by the Plex team.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.