This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#5878 - Follow playlist doesn't work in ID3 view
Attached to Project:
Rockbox
Opened by Steve Bavin (pondlife) - Thursday, 24 August 2006, 09:43 GMT+1
Last edited by Steve Bavin (pondlife) - Thursday, 02 August 2007, 12:20 GMT+1
Opened by Steve Bavin (pondlife) - Thursday, 24 August 2006, 09:43 GMT+1
Last edited by Steve Bavin (pondlife) - Thursday, 02 August 2007, 12:20 GMT+1
|
DetailsIn ID3 view, pressing stop always returns to the browser with the first file in the current selection selected. If Follow Playlist is enabled, the currently playing file should be selected.
This is probably because the routine set_current_file() in tree.c does not support ID3 view. |
This task depends upon
Closed by Steve Bavin (pondlife)
Thursday, 02 August 2007, 12:20 GMT+1
Reason for closing: Rejected
Additional comments about closing: Might be better to just return to the file browser in this case.
Thursday, 02 August 2007, 12:20 GMT+1
Reason for closing: Rejected
Additional comments about closing: Might be better to just return to the file browser in this case.
A possible alternative would be to add a filesystem view entry to the tagcache view (like having tags "filesystem:all, filesystem:supported and filesystem:music) and highlight the file within that filesystem view when follow playlist is enabled.