caseychu / spotify-backup

A Python script that exports all of your Spotify playlists.
MIT License
847 stars 123 forks source link

Log request count #26

Closed Sogolumbo closed 4 years ago

Sogolumbo commented 4 years ago

For large playlists (6500 songs) this method can take over a minute. To avoid wrong conclusions because the program 'is doing nothing' the number of items and needed requests is logged/printed.

caseychu commented 4 years ago

Agreed that a progress bar would look great but I want to minimize dependencies for this script. Based on this PR, I modified the script to print progress updates if it's taking too long. Thanks!