freddyb / squeezefox

(DEFUNCT) A remote control for logitech squeezebox servers and players
GNU Affero General Public License v3.0
3 stars 2 forks source link

determine player features #28

Closed obama closed 4 years ago

obama commented 10 years ago

do you know how the CAN command works? i have no real squeezebox so i cant really test it.. eg i want to test if the player supports mixer volume. its a general query so no playerid is needed. ["can", "mixer", "volume", "?"] returns me 0 but that might be also because the command was wrong? maybe you can test it with and without playerid set on your real squeezebox and a streaming client?

then if we can determine supported features, where should they be saved? inside the selectedPlayer object?

that command list you linked me also knows "getexternalvolumeinfo" but on the official server it returns an empty server response..