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

Add functionality to add songs to the queue #93

Closed 27justin closed 11 months ago

27justin commented 11 months ago

This pull-request adds basic functionality to add songs to the current queue, as mentioned in #73. It implements two new functions, smudge-api-queue-add-track and smudge-api-queue-add-tracks. Furthermore, it extends the Track major mode to allow adding songs under the cursor to the queue by using the k key.

Note that this pull-request does not implement a view of the user's queue, as I believe this would be unnecessary, as removing tracks or advancing the queue is not possible through the API.

danielfm commented 11 months ago

Nice! Can you add the new key bindings to the README?

27justin commented 11 months ago

Hey @danielfm, I added the key bindings to the relevant sections in the README, let me know if there's anything else.

danielfm commented 11 months ago

Thanks. I'll give it a try later today or tomorrow and if everything is good, I'll merge it.

danielfm commented 11 months ago

Looking good. Thanks.