mopidy-spotify

backend extension

Extension for playing music from the Spotify music streaming service.

Installation

Install the mopidy-spotify package from PyPI:

sudo python3 -m pip install --break-system-packages mopidy-spotify

Usage

Most extensions need configuration, additional system dependencies, or have other usage notes. See mopidy-spotify's README before getting started.

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 it will change the text below, add the following to your 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.

Popularity

GitHub stars PyPI - Downloads

PyPI

PyPI - Package version Python support

License

PyPI - License

Project stats

Issues Pull requests

Quality metrics

GitHub Actions build status Codecov test coverage

Updating the extension registry

This extension registry is a community effort, and will never be complete without your help. To add or update an extension, edit the source files using the existing extensions as inspiration, then submit a pull request to the mopidy/website repo at GitHub.