danielfm / smudge

Control the Spotify app from within Emacs.
https://asciinema.org/a/218654
GNU General Public License v3.0
313 stars 47 forks source link

Allow multi-track queueing #95

Closed 27justin closed 10 months ago

27justin commented 10 months ago

I recently found myself adding multiple tracks at the same time to the queue, with the current implementation I submitted in #93, this results in manually having to go over every track in the list.

With this PR, I'd like to extend the queue functionality to allow the user to add a selection of tracks inside the active region to the queue. When no mark is set, it defaults to just adding the track under the cursor to the queue.

27justin commented 10 months ago

Hey, thanks for the feedback, I adapted your suggestions.

danielfm commented 10 months ago

Thanks!