> "http://localhost:9000/status.xml?player=OfficeRadio",
> "method": "GET",
I'd strongly recommend you use POST /jsonrpc.js. The status.xml
interface hasn't seen a lot of love in many years, while json/rpc is the
de-facto standard method to interface with LMS.
> "method": "GET",
I'd strongly recommend you use POST /jsonrpc.js. The status.xml
interface hasn't seen a lot of love in many years, while json/rpc is the
de-facto standard method to interface with LMS.