I’m playing with adding a plugin to ps3 media server to allow upnp/dlna access to Plex media library and by trial and error it is going semi-ok, but got a few questions about the Media Server in Plex.
is there any documentation available for the http exposed api ? I can guess most of the urls construction but I were wondering if there were some parameters or “hidden” paths that would be useful for providing
an alternative access to the media center.
Any plans on enabling access to local media via the media server ? Right now I only see plugins, itunes, etc. Not the local media files.
If I had that kind of access I would be able to expose all of plex via upnp/dlna and not just the plugins right now.
Another question...shouldn't key's be consistently url encoded ?
i.e. I find both "Recently Added" (space not encoded) and "/applications/appstore/featured" (encoding this would cause the /'s become encoded and not work)