- Server that streams music from cloud services like Spotify
- Install here
brew tap mopidy/mopidy
brew install mopidy
git clone [email protected]:kingosticks/mopidy-spotify.git
cd mopidy-spotify
git checkout fix/web-api-playlists-v2
[sudo] python2 setup.py build install
- Install spotify-tunigo and spotify-web
pip install Mopidy-Spotify-Tunigo
pip install Mopidy-Spotify-Web
[spotify]
enabled = true
username = toan2406
password = xxx
client_id = xxx
client_secret = xxx
timeout = 60
[spotify_tunigo]
enabled = true
[spotify_web]
client_id = xxx
client_secret = xxx
brew services start mopidy
brew search mopidy
- If you get
ImportError: No module named gi
when start mopidy
brew reinstall libffi
export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
pip install PyGObject
brew install ncmpcpp
- Start ncmpcpp and go to Browse mode (press 2), you should see [Spotify] and your playlists