android-sdk icon indicating copy to clipboard operation
android-sdk copied to clipboard

Queue management

Open Pajn opened this issue 5 years ago • 2 comments

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.

Pajn avatar Aug 13 '20 09:08 Pajn

Similar issue here, spotify seems to be completely ignoring these sadly https://github.com/spotify/android-sdk/issues/31

StuxVT avatar Sep 11 '23 19:09 StuxVT