From c920804573877486832c59e932b62e088b396452 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 23 Mar 2010 22:35:19 +0100 Subject: [PATCH] docs: Move docs on switching backends to the libspotify installation docs --- docs/installation/index.rst | 11 ----------- docs/installation/libspotify.rst | 10 ++++++++++ 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/docs/installation/index.rst b/docs/installation/index.rst index 3361982d..97a930f7 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -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`. diff --git a/docs/installation/libspotify.rst b/docs/installation/libspotify.rst index c5a0a5d8..6fbe57f5 100644 --- a/docs/installation/libspotify.rst +++ b/docs/installation/libspotify.rst @@ -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',)