tkem / mopidy-mobile

Mopidy Web client extension and hybrid app for mobile devices
Apache License 2.0
78 stars 14 forks source link

Allow reordering of entries in the playlist #178

Closed ZenithDK closed 8 years ago

ZenithDK commented 8 years ago

It's really nice to be able to reorder the entries in the playlist. I wonder if this could be done by having a small up/down indicator at the left of the album art?

Or something like MPDroid has here: http://blogs.fsfe.org/mk/files/2014/02/ilovefs-mpddroid-small.png

tkem commented 8 years ago

Nice idea! Currently, reordering is based on what Ionic (the framework on which MoMo builds) provides OOTB. Since my resources are limited, I'd rather keep it that way, unless there's new functionality provided by the framework or a plugin. Will keep this open as a reminder, though. Thanks for sharing, anyway!

tkem commented 8 years ago

And, as always, contributions (PRs) are welcome, of course ;-)

tkem commented 8 years ago

Just to make sure I didn't get you wrong - you do know about MoMo's current list edit features (pen icon), don't you?

martinanton commented 8 years ago

this features are realy great!...thanks very much!

tkem commented 8 years ago

Plans are to switch to more "seamless" drag'n'drop for reordering items, i.e. getting rid of "edit" mode, but that's probably not what the OP had in mind.