hnarayanan/shpotify

Add possibility to queue songs

gonzalezzfelipe opened this issue ยท 5 comments

I would be good to add the functionality of queueing songs doing something like:

shpotify queue song "ble"
shpotify queue album ""

as to be able to make yourself a short list of songs to hear at once, without it having to be a fixed album or pre-existing list.

There's already an open issue on spotify but it has a lot of support for them to add the functionality so we can expect it to happen soon.

I'm so down for this feature!!
Is there a possibility for this to happen?

This would be a really helpful feature, I think I'll start implementing it this week and will post here how it goes

This would be a really helpful feature, I think I'll start implementing it this week and will post here how it goes

Any news yet?

Spotify has an API to queue songs, but has no API to list queued songs, which is funny. People have been asking for this for some time... as soon as I finish the 'list/like' song feature, I'll add this feature and provide a pull-request.

So queueing is possible, listing the queue is not.

For the record: I've added queueing a while back, it's in branch 3.0-pre. I've just changed it so multiple uri's can be queued in one command. It's in PR #144.