Bugzilla – Bug 1547
bounce up and bounce down animations are backwards? for everything?
Last modified: 2008-03-14 08:56:07 UTC
weird. if you press left on the main menu and it bounces, the text scrolls right. if you press right on like track information for instance and it bounces, the text scrolls left. but if you have an empty playlist, and press up, the text goes up. isn't this backwards? shouldn't the bounce animation be going the opposite way of the direction you're pushing? i'm seeing this with slimp3, sb1g, and sb2...
since the scroll up/down animations are just the bottom line in sb2, probably should just bounce bottom line as well
Tend to agree with this. Would be trivial to change round in the server display code [leaving the current SB2 firmware]. Perhaps it is best to send a patch to the dev's list to see what people think [Dean?]
The bounce animations for SB2 are client-side, so there is little that can be done without access to firmware.
I was proposing swapping the direction, not the line2 only bit - appologies for lack of clarity We can swap the direction from the server by renaming the function calls!
true. the drawFrameBuf command sent to SB2 will be the only confusion remaining. U for down and D for up :)
I've changed bumpUp/Down over for all players in r3600. Please close assuming this looks right...
looks pretty cool to me... for consistency this should go on squeezenetwork as well right?
bounce to squeezenetwork for now. might be nice to finish this off with a firmware tweak that changes so that: $client->drawFrameBuf($startbits, undef, 'U', 0); does bump up and: $client->drawFrameBuf($startbits, undef, 'D', 0); does bump down just to make complete sense :)
Push left/right 'r' and 'l' could also be swapped in the firmware and softsqueeze if the firmware is changed!
hah! that's funny. bump LR are fine, push LR are swapped... bump UD are swapped, but push UD are fine :) holy vertigo, batman!
Is this still an issue?
Slimserver has been fixed for a while, this was left open for Softsqueeze [which I don't use so don't know!] The remaining issue is that the naming of up down left right is wildly inconsitent. To change this requires a coordinated change to firmware, softsqueeze and the server so I suspect is never going to happen...