ncspot icon indicating copy to clipboard operation
ncspot copied to clipboard

Add all similar tracks to queue without stopping playback?

Open fladd opened this issue 5 years ago • 4 comments

Is this possible? The only way to add the whole list of similar tracks (which you get to pressing o on a track) seems to be hitting enter on the first track in that list. That, however, will stop playback of the current track and immediately start playback of the track you hit enter on.

fladd avatar Dec 30 '20 17:12 fladd

Not at the moment. A quick approach would be to add another item to the context menu, e.g. Enqueue similar tracks next to Show similar tracks, but it feels a bit weird from UX perspective. Any other suggestions are welcome :)

hrkfdn avatar Jan 02 '21 20:01 hrkfdn

Maybe options to (a) "select all" and (b) "queue selected"?

fladd avatar Jan 02 '21 20:01 fladd

The idea is nice, but this would require introduction of multi-selection as that's currently not implemented and bring quite some complexity with it.

hrkfdn avatar Jan 02 '21 20:01 hrkfdn

how about a command for :queueall that just picks everything from the ListView and appends it into the queue?

mtshrmn avatar Jan 02 '21 20:01 mtshrmn