Re: [SlimDevices: Plugins] JSON protocol for 3rd party apps support

2021-04-13 Thread ThatPaolo
ThatPaolo wrote: > oh > > yes! > > :) Oh no... 13 years old :( ThatPaolo's Profile: http://forums.slimdevices.com/member.php?userid=71650 View this thread: http://forums.slimdevices.com/showthre

Re: [SlimDevices: Plugins] JSON protocol for 3rd party apps support

2021-04-13 Thread ThatPaolo
erland wrote: > would the old documentation from squeezeplay browse protocol be useful > ? > https://htmlpreview.github.io/?https://github.com/logitech/squeezeplay/blob/49f41e48311ade3a4a879b4b27283036363724b5/src/squeezeplay/doc/html/jivemlon.html > > it’s probably not updated with latest

Re: [SlimDevices: Plugins] JSON protocol for 3rd party apps support

2021-04-12 Thread ThatPaolo
wt0 wrote: > AFAIK there's no documentation on that. Wish there was. It would've > made my life lot easier. > > BTW, the json server responses are filled with inconsistencies like the > one you mentioned. > > Sent from my Pixel 3 using Tapatalk I am working on a UWP controller

Re: [SlimDevices: Plugins] JSON protocol for 3rd party apps support

2021-04-12 Thread ThatPaolo
Thank you, and that’s what I’ve done so far. The problem is in how to interpret which fields are used in each type of response. For example, when you request a list of items from an app like Spotty, there are a bunch of structures in the returned JSON that might or might not be the ones you’re

[SlimDevices: Plugins] JSON protocol for 3rd party apps support

2021-04-12 Thread ThatPaolo
I have read the CLI docs that comes with LMS, and I have done some protocol snooping on what exactly is being sent back and forth between a 3rd party controller app (or the web interface itself) and the LMS. I was wondering if there is a better set of documents to understand which fields are