docs: Move docs on switching backends to the libspotify installation docs
This commit is contained in:
parent
cb8037038f
commit
c920804573
@ -88,17 +88,6 @@ your Spotify Premium account's username and password into the file, like this::
|
||||
SPOTIFY_USERNAME = u'myusername'
|
||||
SPOTIFY_PASSWORD = u'mysecret'
|
||||
|
||||
|
||||
Switching backend
|
||||
=================
|
||||
|
||||
Currently the despotify backend is the default. If you want to use the
|
||||
libspotify backend instead, copy the Spotify application key to
|
||||
``mopidy/spotify_appkey.key``, and add the following to
|
||||
``~/.mopidy/settings.py``::
|
||||
|
||||
BACKENDS = (u'mopidy.backends.libspotify.LibspotifyBackend',)
|
||||
|
||||
For a full list of available settings, see :mod:`mopidy.settings`.
|
||||
|
||||
|
||||
|
||||
@ -55,3 +55,13 @@ Test your libspotify setup::
|
||||
``LD_LIBRARY_PATH`` every time you are going to use libspotify (in other
|
||||
words before starting Mopidy).
|
||||
|
||||
|
||||
Setting up Mopidy to use libspotify
|
||||
===================================
|
||||
|
||||
Currently :mod:`mopidy.backends.despotify` is the default
|
||||
backend. If you want to use :mod:`mopidy.backends.libspotify`
|
||||
instead, copy the Spotify application key to ``~/.mopidy/spotify_appkey.key``,
|
||||
and add the following to ``~/.mopidy/settings.py``::
|
||||
|
||||
BACKENDS = (u'mopidy.backends.libspotify.LibspotifyBackend',)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user