clementine-player / Android-Remote

Control Clementine from your Android device
GNU General Public License v3.0
198 stars 80 forks source link

Implement drag and drop re-ordering of songs in the playlist view #134

Open ToucheSir opened 8 years ago

ToucheSir commented 8 years ago

Ideally, this would take the form of other Android music apps. Currently, this appears to be possible just using the INSERT_URLS and REMOVE_SONGS messages, but that seems a tad hacky and there's still no UI support on the client end.