Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

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
Task Type Patches
Category Music playback
Status Closed
Assigned To Nicolas Pennequin (nicolas_p)
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Ogg files no longer proceed to the next track when trying to go to the previous track.
This fixes bug  FS#8508 .

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.
   ogg_rewind.patch (0.6 KiB)
 apps/playback.c |    5 +++++
 1 file changed, 5 insertions(+)

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!
Comment by Nicolas Pennequin (nicolas_p) - Sunday, 13 April 2008, 16:03 GMT+2
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.
Comment by Greg Erwin (Gregory) - Sunday, 13 April 2008, 18:30 GMT+2
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.

Loading...