- Status Closed
- Percent Complete
- Task Type Patches
- Category Music playback
-
Assigned To
nicolas_p - Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#8882 - Ogg files correctly go to previous track
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.
Closed by nicolas_p
2008-04-14 10:52
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2008-04-14 10:52
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
Thanks!
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
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.