Installation
Install the mopidy-spotify package from
PyPI:
sudo python3 -m pip install --break-system-packages mopidy-spotify
Install the mopidy-spotify package from
AUR:
yay -S 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.