hanss0n / Clustrify

Group songs from playlists into clusters depending on their attributes.
0 stars 0 forks source link

Cicumvent the hardcap on 100 tracks for fetching of a playlist #42

Open felixlut opened 4 years ago

felixlut commented 4 years ago

Currently the Spotify Web API does not allow for fetching of a full playlist of more than 100 tracks, and will only return a subset of them of size 100. Investigate if there is a way to circumvent this via multiple API requests.

Parent: #43

felixlut commented 4 years ago

This should be possible! This is how you do it: https://stackoverflow.com/questions/39086287/spotipy-how-to-read-more-than-100-tracks-from-a-playlist