spotify / web-playback-sdk

This issue tracker is no longer used. Join us in the Spotify for Developers forum for support with the Spotify Web Playback SDK ➡️ https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer
107 stars 7 forks source link

Prefetch tracks #21

Open NeoLegends opened 6 years ago

NeoLegends commented 6 years ago

Hey!

We'd love to have the ability to prefetch other tracks while one is playing to minimize the delay between two songs. Due to the way our app works (the queue changes very rapidly), we're not able to pass multiple URIs via the web API to play to the SDK (we hoped that that would do prefetching, not sure though).

https://github.com/spotify/web-api/issues/462 could also be a solution to this, if the SDK transparently prefetches when tracks are queued and when its possible to overwrite the queue, if needed, without interrupting the current playback.

btw: "Good" ol' libspotify supported prefetching :)

hughrawlinson commented 6 years ago

Thanks for the feature request! We'll update this issue if we have any news.