Bugzilla – Bug 14006
Volume control numbers as ##.909090909091
Last modified: 2010-05-27 14:45:38 UTC
Created attachment 5838 [details] Volume control numbers as ##.909090909091 When adjusting the volume, the numbers appear as ##.909090909091 (40.909090909091, 41.909090909091, 42.909090909091, etc). See pictures in attachment. Also, between each click of the volume control, the audio is muted as the volume numbers increase/decrease. I am unable to reproduce this bug, since it only happens sometimes. I believe the bug disappeared when I pushed the Volume button in for mute. This happened with previous firmware too, but my Baby Boom is now running 7.4.0-r7526. This is a propudction hardware revision 2 unit.
Tom: is this yours to address? QA has not seen this before, is there anything in the code that could cause this to appear?
Tom, guessing this is an artifact of local volume control changes. A suggested patch: === Volume.lua ================================================================== --- Volume.lua (revision 36042) +++ Volume.lua (local) @@ -55,7 +55,8 @@ self.slider:setValue(0) else - self.title:setValue(tostring(self:_getVolume()) ) + local intVolume = math.floor(self:_getVolume()) + self.title:setValue(tostring(intVolume)) self.icon:setStyle('icon_popup_volume') self.slider:setValue(self:_getVolume()) end
== Auto-comment from SVN commit #7552 to the jive repo by tom == == https://svn.slimdevices.com/jive?view=revision&revision=7552 == Fixed Bug: 14006 - don't deal in fractional volumes
== Auto-comment from SVN commit #7554 to the jive repo by tom == == https://svn.slimdevices.com/jive?view=revision&revision=7554 == Fixed Bug: 14006 - too easy to break through barrier, made "push" time longer
This bug has been marked as fixed in the 7.4.0 release version of SqueezeBox Server! * SqueezeCenter: 28672 * Squeezebox 2 and 3: 130 * Transporter: 80 * Receiver: 65 * Boom: 50 * Controller: 7790 * Radio: 7790 Please see the Release Notes for all the details: http://wiki.slimdevices.com/index.php/Release_Notes If you haven't already, please download and install the new version from http://www.logitechsqueezebox.com/support/download-squeezebox-server.html If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.
These bugs have all been marked resolved and belong to a component which is being removed. Therefore they have been moved to the most applicable of the new components.