qzdl / Samplify

A sample retrieval engine, powered by whosampled.
GNU General Public License v3.0
29 stars 5 forks source link

Allow for adding >50 tunes per playlist #13

Open qzdl opened 4 years ago

qzdl commented 4 years ago

This is a simple fix; where the spotify.add_to_playlist call is made, first truncate the id array to n arrays of size 50, then make n calls to the add_to_playlist function.

This is already covered in the Clojure version somewhere

qzdl commented 4 years ago

The source of this issue is the id limit per request imposed by Spotify's API, by the way