spotify2tidal / spotify_to_tidal

A command line tool for importing your Spotify playlists into Tidal
GNU Affero General Public License v3.0
342 stars 61 forks source link

Fix rate limit accuracy #60

Closed timrae closed 5 months ago

timrae commented 5 months ago

Batching multiple updates to the leaky bucket at a fixed interval improves the accuracy of the rate limiter. Previously the rate would drop substantially over the course of the sync operation.