spotify_sdk icon indicating copy to clipboard operation
spotify_sdk copied to clipboard

Add support to web SDK for endpoints that mobile supports

Open banool opened this issue 2 years ago • 3 comments

This is part of a series of issues tracking progress toward bringing the Web version of this SDK in line with the mobile versions. The below (incomplete) list tracks items that haven't yet been implemented. We can update the list as we add support:

  • [ ] toggleShuffle
  • [ ] toggleRepeat
  • [ ] isSpotifyAppActive
  • [ ] seekTo
  • [ ] seekToRelativePosition

I have investigated and confirmed that support for all of the above does exist in the Spotify API, it just needs to be hooked up. The below are functions that I'm not sure the web API supports yet (further investigation required):

  • [ ] getImage
  • [ ] addToLibrary

banool avatar May 21 '22 19:05 banool

@banool They should also be already visible in the readme. Isn't one source of truth enough? If there is anything inaccurate or missing please consider updating the readme.

fotiDim avatar May 21 '22 20:05 fotiDim

The intent of this PR isn't to track what features are not available today, it is to track progress towards implementing them.

banool avatar May 21 '22 20:05 banool

@banool fair enough. We could adopt the Spotify package for the missing features to minimize the effort and also see how nicely the two packages play together. Eventually we could reimplement the old features with it.

fotiDim avatar May 26 '22 06:05 fotiDim