Rayman / fusic-meteor

Fusic: Realtime Social Music Collaboration
MIT License
27 stars 12 forks source link

reorder (drag and drop) songs in a playlist #79

Open hellthrive opened 10 years ago

hellthrive commented 10 years ago

maybe it would be usefull to have a way to change the order of the songs in the playlist without removing and replacing everything

Rayman commented 10 years ago

I started working on this by using jQueryUI.Sortable. Unfortunately it's pretty hard get it to work correctly. For example what to do with a user that is playing a song which is then moved in the playlist?

pepf commented 10 years ago

You could make it impossible to drag a currently playing song.