A CLI and TUI tool for various Spotify utility tasks like playlist management, export, and import. Current version 2.0.1, released Sep 2025. Active development with frequent minor releases.
pip install spotify-utilsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client with Spotify OAuth credentials and fetch playlists.
Use `from spotify_utils import SpotifyClient` for v2.x.
Review new template format in docs; old placeholders like `{{ track }}` should be `{{ track.name }}`.Ensure `redirect_uri` in code matches the callback URL in your Spotify App settings.
Implement exponential backoff or use the built-in retry mechanism (available since v1.0.14).