DetlefM Posted July 25 Posted July 25 json I've written a small Python proxy server that adds json functionality to the MediaServer. I think you should install it on the same computer as the MediaServer (but it also works on a Raspberry Pi in the corner). Use after installation: Instead of <mediaserver:8089>/api/<apicall>?parameter, call <proxyhost:PORT>/api/<apicall>?json=1¶meter. If an XML response is recognized, you get it as a json string. Otherwise, you get the normal response from the MediaServer (even if you omit json). Description and download at https://github.com/detlefm/MediaServerAPI Feedback welcome. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.