A commandline tool to synchronize your Spotify playlists to Music Player Daemon
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Wesley Kerfoot 85434ba01c Update readme 6 years ago
spotify_mpd_sync Add an entry point script for commandline usage 6 years ago
.gitignore Initial commit 6 years ago
README.md Update readme 6 years ago
requirements.txt Initial commit 6 years ago
setup.py Add an entry point script for commandline usage 6 years ago

README.md

Usage

Please note that this won't work without Spotify Premium because Spotify limits web API access to non-free accounts.

export SPOTIPY_CLIENT_ID='YOUR_CLIENT_ID'
export SPOTIPY_CLIENT_SECRET='YOUR_CLIENT_SECRET'
export SPOTIPY_REDIRECT_URI='http://localhost'
export SPOTIFY_USERNAME='YOUR_SPOTIFY_USERNAME'
  • You can find the values for SPOTIPY_CLIENT_ID and SPOTIPY_CLIENT_SECRET on the page for your application that you just created.

  • You can find your spotify username here

  • Now you can run spotsync with your .env file sourced (e.g. source .env)