sheensantoscapadngan / SpotaFree

160 stars 18 forks source link

the application downloads the first 99 songs from the playlist #8

Open Nokoster opened 3 years ago

Nokoster commented 3 years ago

is there any chance to increase this limit in the future?

GitStudying commented 3 years ago

It is possible, it has to do with the request, for more information see: https://stackoverflow.com/questions/39086287/spotipy-how-to-read-more-than-100-tracks-from-a-playlist To go over this limit, the best solution seems to use offset of 100 and do this for every 100 tracks. I couldn't exactly find the code where this happens so I can't propose a direct solution as pull request.

supersu-man commented 3 years ago

Yep, I've removed the limit in the code, you can check this out. If you don't want to download the Video music version of music but the Audio only version then check this out.