android-sdk
android-sdk copied to clipboard
Queue management
To develop a full player frontend queue management is necessary. That is, functions for:
- list the current queue
- subscribe to updates in the queue
- reorder items
- remove items
- insert items at a specific index
The Spotify app has two levels of queueing. Queue and what's playing next. I think the SDK should allow access to both levels.
Similar issue here, spotify seems to be completely ignoring these sadly https://github.com/spotify/android-sdk/issues/31