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..
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..