This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8882 - Ogg files correctly go to previous track
Attached to Project:
Rockbox
Opened by Greg Erwin (Gregory) - Sunday, 13 April 2008, 08:03 GMT+2
Last edited by Nicolas Pennequin (nicolas_p) - Monday, 14 April 2008, 12:52 GMT+2
Opened by Greg Erwin (Gregory) - Sunday, 13 April 2008, 08:03 GMT+2
Last edited by Nicolas Pennequin (nicolas_p) - Monday, 14 April 2008, 12:52 GMT+2
|
DetailsOgg files no longer proceed to the next track when trying to go to the previous track.
This fixes bug The bug was introduced in build r16025. After reverting several different changes ( http://svn.rockbox.org/viewvc.cgi/trunk/apps/playback.c?r1=16019&r2=16025&pathrev=16029 ) , I found the one that was causing the problem. Only a single line of code too. Tested using uisimulator and my own e200. |
This task depends upon
Closed by Nicolas Pennequin (nicolas_p)
Monday, 14 April 2008, 12:52 GMT+2
Reason for closing: Accepted
Additional comments about closing: Thanks!
Monday, 14 April 2008, 12:52 GMT+2
Reason for closing: Accepted
Additional comments about closing: Thanks!
Thanks for this! I'll try to understand why the problem appeared with removing that line. I think I had a reason to delete it, I'll have to check before I apply your patch.
There probabaly was a reason. It's odd though that it only affects ogg files. I guess there is probabaly something specific to the implementation of ogg that causes it to to this, while other file types don't. I don't even have a clue where to look though.