This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7626 - fixing problem with "End of Song List" when viewing playlist without playback
Attached to Project:
Rockbox
Opened by Xinlu Huang (polygonal) - Monday, 20 August 2007, 10:22 GMT+2
Last edited by Peter D'Hoye (petur) - Wednesday, 22 August 2007, 01:50 GMT+2
Opened by Xinlu Huang (polygonal) - Monday, 20 August 2007, 10:22 GMT+2
Last edited by Peter D'Hoye (petur) - Wednesday, 22 August 2007, 01:50 GMT+2
|
DetailsCurrently when you do contextmenu - playlist - view, the playlist will open but closes immediately if you are not playing anything (play/pause) with error/info message "End of Song List".
This turns out to be a bug in playlist_viewer.c, where a function that accepts an external filepath to open playlist checks for playing state, and if not playing/paused, exit and closes the playlist immediately. I removed the part that checks for playing state since it's not actually needed except for one small later check. This should fix I tested it with my ipod 60GB, but no reason why it should not work on other targets as well. Comment below if you find anything wrong/no working as expected. |
This task depends upon
When I select the "playlist" menu from the main menu there is a menu entry "View Current Playlist" but this works.
iriver H10 and h300.
I'll need your full name to accept the patch