Hi guys,
so i was thinking about messing around with developing a client for plex. One thing i was not able to find was any documentation on how to comunicate with pms, how to you fetch libraries, metadata, tell it how to encode/if it needs to encode. If i am just missing something a point out would be great or if someone found and example and could point it out that would be great to. Thanks guys.
I don’t think there is any documentation for it!
Basically, it’s just a load of XML pages served out from a web server.
You are best starting out here:
http://{server ip}:32400/library/sections
This will give you a list of all sections. Then use the ‘key’ field to traverse up/down into a section, then into the media and then to find the file/stream locations.
Have a look around, familiarise yourself withe the structure and the rest should become easy to understand. I’ve spent a lot of time looking at these XML pages whilst building my client, so Feel free to ask any questions and I’ll see if I can help.
thanks i will do that
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.