Skip to content

mserra0/Spotify2Local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify2Local Banner

Python 3.11+ Managed by uv License: MIT

Features Installation Configuration Usage Contributing

Spotify2Local is a zero-friction terminal utility that bridges your Spotify library with your local storage. Built with a responsive TUI, it automatically resolves tracks, fetches the highest quality audio via YouTube, and precisely tags your files with ID3 metadata—all without the setup headache.

Demo

Features

  • Stupid-simple setup: Works flawlessly out of the box with sensible defaults, while exposing deep configuration options for power users who want control.
  • Flawless local libraries: Your music player will thank you. Automatically embeds pristine ID3 tags and high-res cover art for a perfectly organized archive.
  • Studio-grade audio: Usig a smart-matching heuristics automatically bypass messy music videos and live performances to secure the highest-quality official tracks.
  • Modern TUI No massive list of CLI flags to memorize. Just launch the TUI, search with your keyboard, and watch the progress bars fly.

Installation

Spotify2Local uses uv for fast, reliable dependency management.

Clone the repository and sync the environment:

git clone [https://github.com/mserra0/Spotify2Local.git](https://github.com/mserra0/Spotify2Local.git)
cd Spotify2Local
uv sync

Configuration

Before running the application, you need to provide your Spotify API credentials.

  1. Create an application in the Spotify Developer Dashboard.
  2. Set your redirect URI to http://127.0.0.1:9090.
  3. Copy the .env.example file to .env and apply your credentials. ALL DONE!
cp .env.example .env
SPOTIPY_CLIENT_ID="your_client_id"
SPOTIPY_CLIENT_SECRET="your_client_secret"
SPOTIPY_REDIRECT_URI="[http://127.0.0.1:9090](http://127.0.0.1:9090)"

Usage

Launch the interactive interface:

uv run main.py

Controls

Key Action
/ Navigate playlists
Enter Download selected playlist
0 Enter a Spotify URL manually
Esc Go back or exit

Important

  • Library Requirement: The tool can only process playlists saved to your authenticated account. To download a public playlist, simply open it in Spotify, click the ... menu, and select Add to Your Library before running the tool.
  • Editorial Restrictions: Spotify restricts direct API access to certain official editorial playlists, which may result in a 403 Forbidden error. The fix: Create a new personal playlist, copy all the tracks from the editorial playlist into it, and download your personal playlist instead.

Contributing

We love community contributions. If you'd like to help improve Spotify2Local, whether it's fixing a bug or adding a new TUI feature, please review our Contributing Guide for instructions on setting up your local environment and submitting a pull request.

Acknowledgements ❤️

This project stands on the shoulders of giants. A special thanks to the maintainers of the following open-source tools:

  • yt-dlp: For handling the heavy lifting of smart audio matching, downloading, and network reliability from YouTube.
  • Textual & Rich: For powering the beautiful, responsive terminal user interface.
  • vhs: For generating the high-quality terminal recording used in this documentation.

License

MIT

About

Turn renting music into owning music, beautifully.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages