Download Spotify tracks/albums/playlists with metadata via YouTube Music, designed for Jellyfin libraries. Current version 0.7.5, requires Python 3.9-3.12. Development is active with regular releases.
pip install spotifysaverNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Download a Spotify track by URL.
Set environment variables or run `spotifysaver init` to create .env file interactively.
Specify format='m4a' in constructor or set in .env: SPOTIFYSAVER_FORMAT=m4a.
Use `spotifysaver run <url>` instead.
No built-in workaround; feature request pending.
Change port with `spotifysaver serve --port 8080` or set SERVER_PORT in .env.