Skip to content

A commandline tool to synchronize your Spotify playlists to Music Player Daemon

Notifications You must be signed in to change notification settings

NachoParra/Spotify-MPD-Sync

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

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

This also requires you to have set up mopidy-spotify in order to play spotify tracks.

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)

About

A commandline tool to synchronize your Spotify playlists to Music Player Daemon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%