This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#7413 - Can only reshuffle, save, a playlist if playback is playing or paused. Rebuffering slows save down.
Attached to Project:
Rockbox
Opened by Dave Hooper (stripwax) - Saturday, 07 July 2007, 15:15 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Wednesday, 30 April 2008, 16:42 GMT+2
Opened by Dave Hooper (stripwax) - Saturday, 07 July 2007, 15:15 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Wednesday, 30 April 2008, 16:42 GMT+2
|
DetailsSuppose I want to load a playlist, reshuffle it, save it, and play it. Saving a playlist seems to take longer if rockbox is rebuffering (makes sense), so perhaps I'd like to stop playback to save the playlist. But it seems I can only reshuffle and save the current playlist if it's playing or paused (because I think the only way to do it is via the context menu from the wps). Am I right that the only way to do what I want is to load the playlist, pause it (rockbox rebuffers in the background), reshuffle, save (which will take a while while it rebuffers but will save faster when it's finished rebuffering), and then unpause?
Apologies if there's a way to reshuffle/resave a playlist without having to load it + pause it first (couldn't find one). Oh, maybe, there could be a way to temporarily halt rebuffering if playback is paused and rockbox is trying to do some other disk-intensive operation. I think that would make most sense. |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Wednesday, 30 April 2008, 16:42 GMT+2
Reason for closing: Out of Date
Additional comments about closing: it was changed a while ago so you could save the most recent playlist if it is stopped... shuffling you cant do but thats not a big deal imo.
Wednesday, 30 April 2008, 16:42 GMT+2
Reason for closing: Out of Date
Additional comments about closing: it was changed a while ago so you could save the most recent playlist if it is stopped... shuffling you cant do but thats not a big deal imo.
Also, on an unrelated note, I don't understand why you're saving shuffled playlists.
Where's the problem if saving is a little slow, does it cause your music to skip or otherwise interfere with your ability to play music?
1. saving a playlist takes a very long time, even when playback is paused, because rockbox is rebuffering
2. you can only save a shuffled playlist if playback is paused (or playing), so 'stopping playback' is not a viable workaround
I don't understand why you don't understand why I want to save a shuffled playlist. I have a playlist, I shuffle it, and I want to save it. Is that not supported? The use case I want a playlist of shuffled tracks that I can potentially add to in the future without losing the shuffled order of tracks. So I shuffle it once, after creating it, and save it.
Is there a reason to shuffle it far in advance rather than at the time of first play? It sounds to me kinda like a request to overcomplicate how code handles things because the user is adding additional steps of their own to a process.