Simple program to import your local music library to Spotify.
- Create an app on Spotify for Developers
- Add the redirect URI http://localhost:8888/callback
- Download the binary for your platform.
- Run spotify-import with the
client id
and thesecret
from your application's page.
spotify-import -p <path to music> -c <client id> -s <secret>
- Tracks will be saved in the "Imported" playlist on Spotify.