docs: Move docs on switching backends to the libspotify installation docs

This commit is contained in:
Stein Magnus Jodal 2010-03-23 22:35:19 +01:00
parent cb8037038f
commit c920804573
2 changed files with 10 additions and 11 deletions

View File

@ -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`.

View File

@ -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',)