Skip to content

Instantly share code, notes, and snippets.

@pocketkk
Last active April 1, 2016 11:31
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pocketkk/7556951 to your computer and use it in GitHub Desktop.
Save pocketkk/7556951 to your computer and use it in GitHub Desktop.
Raspberry Pi instructions to install Mopidy with Spotify support.
Steps to get Raspberry Pi running with Mopidy and Spotify
1. Raspian Wheezy Installation
2. Install Python tools following these instructions
(had to run most of it as sudo):
http://raspberry.io/wiki/how-to-get-python-on-your-raspberrypi/
3. Install Spotify libspotify
https://developer.spotify.com/technologies/libspotify/#download
4. Install Mopidy following these directions:
http://docs.mopidy.com/en/latest/installation/raspberrypi/
5. Install Spotify Backend using pip:
pip install Mopidy-Spotify
6. Should be good. Now run
mopidy
You should see Connected to Spotify in the startup.
@petalyaa
Copy link

Great, not i can get it work since apt-get install mopidy-spotify always failed for me. Just want to add something, for my fresh install on raspbian, i need to install libffi-dev manually before pip install Mopidy-Spotify.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment