Extension for playing music from the Spotify music
streaming service.
Installation
This extension has a pre-release on PyPI with Python 3.7+ support.
To help test the extension on Python 3,
you can install the pre-release using:
python3 -m pip install --pre Mopidy-Spotify
Please report any issues you find in the extension's
issue tracker.
Install the Mopidy-Spotify
package from
PyPI:
python -m pip install Mopidy-Spotify
This extension is currently not packaged in Debian/Ubuntu, but
you can install the mopidy-spotify
Debian package from Mopidy's APT repository.
First, follow the instructions at
apt.mopidy.com
on how to setup Mopidy's APT repo on your system.
Then, install the mopidy-spotify
package:
apt install mopidy-spotify
Install the
mopidy-spotify
package from AUR:
yay -S mopidy-spotify
Install the
mopidy-spotify
formula with Homebrew:
brew install mopidy/mopidy/mopidy-spotify
Authentication
Mopidy-Spotify needs API access to Spotify, to grant
access click the button bellow and follow the instructions.
Your data is never shared with this site.
Authenticate Mopidy with Spotify
After the pop up closes, add the following to you mopidy.conf
file:
[spotify]
client_id = The config value will appear here.
client_secret = The config value will appear here.
For more information see the
Mopidy-Spotify docs.
If you are using Mopidy-Spotify-Web
you can use the same credentials in the spotify_web
config section.