Re: [SlimDevices: SqueezeCenter] How to download detailed information about the currently played track via html

2021-01-29 Thread payong
Thank everyone for help. My ESP32 works like charm and do everything I want. Maybe my application isn't a pice master work now but there'll be time to polish it. Testing result on picture (sample rate 32 kHz is displayed beacause DAC isn't connected). 33157

Re: [SlimDevices: SqueezeCenter] How to download detailed information about the currently played track via html

2021-01-27 Thread payong
OK. I'm after testing comunnication by Visual Studio C# application and everything works fine. Now i'll try to port this solution to arduino ide. payong's Profile: http://forums.slimdevices.com/member.php?userid=70309

Re: [SlimDevices: SqueezeCenter] How to download detailed information about the currently played track via html

2021-01-26 Thread payong
Daverz wrote: > Yeah, the telnet return strings are a little harder to parse than the > JSON return values. But once you get what you need, not much reason to > rewrite your code. No, no. I was testing with PuTTY not with my application. So now I must write code.

Re: [SlimDevices: SqueezeCenter] How to download detailed information about the currently played track via html

2021-01-25 Thread payong
@Daverz Thanks for the clue. CLI works with telnet and I got what I want to get :) Now i have to try to implement in ESP32 with arduino (arduino because current application was written with this). I wonder if it is possible :confused:

Re: [SlimDevices: SqueezeCenter] How to download detailed information about the currently played track via html

2021-01-24 Thread payong
@Daverz What I'm trying to do? I've build DAC and i can display on LCD display information form USB to I2S interface (amanero) about incoming form Daphile strem: stream type PCM/DSD and item sampling rate, DAC volume. This information are from output of Daphile which uses LMS. But I'm trying to

Re: [SlimDevices: SqueezeCenter] How to download detailed information about the currently played track via html

2021-01-23 Thread payong
@d6jg No problem :) payong's Profile: http://forums.slimdevices.com/member.php?userid=70309 View this thread: http://forums.slimdevices.com/showthread.php?t=113727 ___

Re: [SlimDevices: SqueezeCenter] How to download detailed information about the currently played track via html

2021-01-23 Thread payong
@d6jg - thx You for reply but this still needs a lot of javascript @RobbH - at the moment it looks that i can manage and that's it. Thank You. It works in c# VisualStudio now i'll take approach with esp32 and arduino.

[SlimDevices: SqueezeCenter] How to download detailed information about the currently played track via html

2021-01-21 Thread payong
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?