This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8667 - Disk spins unnecessarily while playing a playlist with dircache disabled
Attached to Project:
Rockbox
Opened by Nils Wallménius (nls) - Saturday, 01 March 2008, 12:10 GMT+2
Last edited by Nils Wallménius (nls) - Friday, 07 March 2008, 18:02 GMT+2
Opened by Nils Wallménius (nls) - Saturday, 01 March 2008, 12:10 GMT+2
Last edited by Nils Wallménius (nls) - Friday, 07 March 2008, 18:02 GMT+2
|
DetailsIf I play a regular m3u playlist on my h320 the disk is spun up shortly at each automatic trackchange. It doesn't happen if dircache is enabled nor does it happen if I just play a directory. Trying with the simulator it opens the next file in the playlist at the transition while playing the playlist.
|
This task depends upon
Closed by Nils Wallménius (nls)
Friday, 07 March 2008, 18:02 GMT+2
Reason for closing: Duplicate
Additional comments about closing: Duplicate of FS#8601
Friday, 07 March 2008, 18:02 GMT+2
Reason for closing: Duplicate
Additional comments about closing: Duplicate of
So a recipe would be:
* reset settings
* restart
* play a playlist
Edit: did a binary search for the commit that this behavior started with, r16019 is the offending one.
Edit 2: The cause seems to be the added call to playlist_peak() inside audio_check_new_track().