Bugzilla – Bug 2093
Volume knob doesn't behave well.
Last modified: 2008-09-15 14:39:24 UTC
The volume control does work now, but: - the range is limited by the size of the playlist, so if you only have three tracks playing you can only listen quietly! - should pass 0x03 as the flags in the knob update to the firmware. This will disable push through (0x01) and acceleration (0x02).
Richard says this still needs the flags working
Richard to do the player side, Dan to do the server side.
The firmware is all ready for this, just need the slimserver parts Dan.
How would I reproduce this bug? I have an internet stream playing right now (1 item in playlist), and the volume button works, as does the knob..
The bug is now badly named. This is now more to do with knob acceleration and wrap around. At the moment moving the knob fast changes the volume quickly, and forcing past the end goes between min/max volumes. The slimserver needs to pass the flags mentioned in my first comment to the firmware.
Fixed in change 9128