Replies: 2 comments 1 reply
-
|
This is a good idea, though for this to happen, I first need to redesign how we load tracks for playing. Right now, we load up to 2 tracks into the Android API that handles playback due to making it easier to manage and control what gets played next such as the scenarios where we:
You might be thinking that based on the method we have currently, we could theoretically implement this, which yea, we could. But I do plan on trying to get playback to work to a certain extend when we remove the app from the "Recents screen", meaning we need to load a lot more than 2 tracks. I rather do everything at once than implement something, rip it out, then re-implement it. The drag & drop feature will probably require us to move the list of upcoming tracks to a different screen instead of the "sheet" that pops up from the bottom of the screen since the last time I tried to have drag & drop in the sheet, it was a bit glitchy since the gesture for closing the sheet & dragging the items were messing with each other. There's a difference between the "Upcoming Songs" & "Queue" in the "Upcoming Sheet", which the tracks that are part of the queue have a |
Beta Was this translation helpful? Give feedback.
-
|
As a side note, apparently we could support continued playback when the app gets removed from the "Recents screen" (something learned in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Would be nice to be able to reorder upcoming/queue with drag-and-drop just like with playlists. I'd wish for the same behavior Spotify has. Like being albe to drag songs from the queue to upcoming and the other way around. And deleting songs from the queue by swiping left (you've already implemented that for playlists too).
Beta Was this translation helpful? Give feedback.
All reactions