payong wrote: > I can get actual played song by sending to LMS > http://server:9000/status > > Is it possible to get detailed information about bits, frequency, stream > type (PCM, DSD, etc.) like this: 44.1 Hz, 16 bits, FLAC? And if so, how > to do it using an html query with out javascript?
Can you describe what you are trying to do? For html, I would suggest using the Fishbone skin, which allows you to see exactly what URLs are used (by hovering over a link or opening it in a new tab). For example, hovering over a track on the current playlist from the status page: http://192.168.0.XX:9000/Fishbone/songinfo.html?item=807336&player=00%3A00%3A00%3A00%3A00%3A00 It is easier to parse things if you use the JSON interface (no screen scraping required): https://gist.github.com/samtherussell/335bf9ba75363bd167d2470b8689d9f2 ------------------------------------------------------------------------ Daverz's Profile: http://forums.slimdevices.com/member.php?userid=32335 View this thread: http://forums.slimdevices.com/showthread.php?t=113727 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
