Desktop app that downloads songs from YouTube and imports them into Spotify Local Files.
- Search YouTube for songs
- Preview videos in-app
- Download as high-quality MP3
- Auto-add metadata and album art
- Move to Spotify's local files folder
Install dependencies:
# Install concurrently for npm scripts
npm install
# Install Python dependencies
pip install -e .
# Install frontend dependencies
cd frontend && npm installOption 1 - shell script:
./start.shBoth start backend (http://localhost:8000) and frontend (http://localhost:3000)
- Frontend: Electron + React + TypeScript
- Backend: Python + FastAPI + yt-dlp + mutagen