Closed 27justin closed 11 months ago
Nice! Can you add the new key bindings to the README?
Hey @danielfm, I added the key bindings to the relevant sections in the README, let me know if there's anything else.
Thanks. I'll give it a try later today or tomorrow and if everything is good, I'll merge it.
Looking good. Thanks.
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
andsmudge-api-queue-add-tracks
. Furthermore, it extends the Track major mode to allow adding songs under the cursor to the queue by using thek
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.