Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#6948 - Fix the broken 'follow playlist' feature

Attached to Project: Rockbox
Opened by Alexander Levin (fml2) - Saturday, 31 March 2007, 14:56 GMT+2
Task Type Patches
Category User Interface
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Here's a patch for the broken 'follow playlist' feature. The bug was reported on irc on Mar 30, 2007, 22:32:29 as follows:

On my H120, I press NAVI while in wps. And the folder the song is in is _not_ shown.

I've tested the patch on the sim for H120. It seems to fix the problem.
(application/octet-stream)    follow_playlist.patch (1.5 KiB)
 apps/root_menu.c |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

This task depends upon

Closed by  Robert Kukla (roolku)
Sunday, 01 April 2007, 00:01 GMT+2
Reason for closing:  Accepted
Comment by Alexander Levin (fml2) - Saturday, 31 March 2007, 23:09 GMT+2
Here's a better patch. The old code in the function "browser" did look right, so the error must have been somewhere else. And yes: it was in "load_screen". The value of the variable "last_screen" was changed too early.

Hopefully this will get committed.
(application/octet-stream)    follow_playlist2.patch (1.5 KiB)
 apps/root_menu.c |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Comment by Simon Menzel (Rincewind) - Saturday, 31 March 2007, 23:40 GMT+2
I tested the patch and it is working. If the DEBUGF() lines are taken out again, I think this can be commited.

Loading...