-
Notifications
You must be signed in to change notification settings - Fork 297
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
Select multiple files #90
Comments
How would this work in the UI? Wouldn't it contradict the long-press-for-context-menu? |
Here's an example, similar to I saw in other apps: In a playlistview, you have a button "Add multiple" which opens the Library with all the items checkable (no context menus) and a button to Confirm. The same principle can be applied in Now Playing view for "Enqueue multiple" |
I like the way K-9 Mail does it where once one item is selected, it goes into a "selection mode" where any click will select or deselect an item in the list. Would adding "Select" in the context menu to go into this mode be too confusing for users (a persistent checkbox might clutter too much)? |
Yeah: I really dislike K9 Mails select mode - IMO, it is much more common to do a longpress in Vanilla music to perform an action (play, enqueue, delete) on a single file/album. Maybe it would be wise to include a 'Select this item' in the long-press context menu? |
That's pretty much just as slow as singly adding songs to playlists (except the scrolling). A single click should be all it takes to select songs once that's what is happening. Whether a separate activity pops up or not isn't really as much of am concern to me. |
But i really would like to keep the 'context menu on longpress' as a default. So how about this:
|
Sounds like a good compromise to me. Might want '…' at the end to signal there's something more to come after selecting the entry. |
If you can, check how 99M does it in a playlists. I see that it's not free anymore. It has a button like "Edit" for rearranging, and a button for multiple select which opens the library in a checkable mode. Rocket Player has also a way to multiple select, though it's not as nice. |
Rearranging the queue will be included in the next release (already in git). Well: I will think about how i can implement this in a sane way (UI-wise) but this has currently medium priority for me. However: Contributions/Pull Requests are welcome! |
-> Closing all open bugs as vanilla was removed from the play store by some DMCA-Troll, see: https://plus.google.com/115564237657785223556/posts/TvY1PD4ci2N |
What about simply touching an icon of album cover to select current item one by one, then to call context menu, just long press on any area of any one of selected items or move a cluster of selection to a disired position usung existing 8-dotted handles instead? Deselection of item should be performed same way plus a special button or context menu action to Select/deselect all that appear only upon selection start. |
Select multiple files for Enqueue/Delete
The text was updated successfully, but these errors were encountered: