jakepanter / better-spotify

0 stars 2 forks source link

Queue #96

Closed Nomi-1 closed 2 years ago

Nomi-1 commented 2 years ago

Story: As a User I want to see and in best case change the queue of my songs.

FYI: I write all the features down as AC's! See what you can implement. If it costs too much in terms of time, then drop the single AC's

AC:

  1. It is done, when it is possible to swipe to a song without destorying the current queue - see #23.
  2. It's done, when it is possible to add a song in the queue on a specific position.
  3. It's done, when the queue is always visible (already solved with our design)
  4. It is done, when songs in the queue doesn't disappear (but, the song is tranferd to history then or? -- see #35).
  5. It's done, when it is possible to change the queue (best case by drag'n'drop)

Für unser Queue Problem könnte eine Funktion im Playback SDK was den Player bedient helfen: https://developer.spotify.com/documentation/web-playback-sdk/reference/#object-web-playback-state

jakepanter commented 2 years ago

What we can see with Playback SDK is 2 tracks ahead (next 2 tracks) and 1 behind (previous track) as well as the current playing track. If that can be helpful for any feature we could use it. Apart from that it is not possible to get the full queue or play history.

Nomi-1 commented 2 years ago

won't fix because of the reason above

jakepanter commented 2 years ago

I would leave it open until it's merged, there is the Player in the PR see #106

Nomi-1 commented 2 years ago

I see