Last active
April 1, 2016 11:31
-
-
Save pocketkk/7556951 to your computer and use it in GitHub Desktop.
Raspberry Pi instructions to install Mopidy with Spotify support.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.