Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] move item in playlist #81

Open
ghenry22 opened this issue Sep 14, 2023 · 1 comment
Open

[feature] move item in playlist #81

ghenry22 opened this issue Sep 14, 2023 · 1 comment

Comments

@ghenry22
Copy link
Contributor

How can we move an item in the playlist without disrupting the playback? Playlist re-ordering is a a pretty core feature for most music players.

If moved from after currentTrack to before currentTrack then the index of currentTrack will change (+1)

If moved from before currentTrack to after currentTrack then the index of currentTrack will change (-1).

If moved from before to before no change to index of currentTrack

If moved from after to after no change to index of currentTrack

Can the currentTrack be moved in the playlist while status is playing?

@phiamo
Copy link
Owner

phiamo commented Dec 19, 2023

i think we would need an API and implementations for all platform, but that sounds like a nice extension, if you could start a MR i think that could be accomplished soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants