{"library":"spotifysaver","title":"SpotifySaver","type":"library","description":"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.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install spotifysaver"],"cli":{"name":"spotifysaver","version":"Traceback (most recent call last):"}},"imports":["from spotifysaver import SpotifySaver","from spotifysaver.cli import run_cli"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/gabrielbaute/spotify-saver","docs":"https://deepwiki.com/gabrielbaute/spotify-saver","changelog":null,"pypi":"https://pypi.org/project/spotifysaver/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from spotifysaver import SpotifySaver\nimport os\n\n# Initialize with Spotify API credentials (set in .env or environment)\nos.environ['SPOTIFY_CLIENT_ID'] = os.environ.get('SPOTIFY_CLIENT_ID', 'your_client_id')\nos.environ['SPOTIFY_CLIENT_SECRET'] = os.environ.get('SPOTIFY_CLIENT_SECRET', 'your_client_secret')\n\nsaver = SpotifySaver()\nsaver.download('https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT')","lang":"python","description":"Download a Spotify track by URL.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}