From 57ad32a40f823f6c88aa0b2154bbd7522cd6531c Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 23 Feb 2011 23:36:30 +0100 Subject: [PATCH] Mopidy can be used with libspotify 0.0.7 and pyspotify 1.1+mopidy20110223 --- docs/installation/libspotify.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/installation/libspotify.rst b/docs/installation/libspotify.rst index 5d278fe2..ca0ad87d 100644 --- a/docs/installation/libspotify.rst +++ b/docs/installation/libspotify.rst @@ -30,7 +30,7 @@ If you run a Debian based Linux distribution, like Ubuntu, see http://apt.mopidy.com/ for how to the Mopidy APT archive as a software source on your installation. Then, simply run:: - sudo apt-get install libspotify6 + sudo apt-get install libspotify7 When libspotify has been installed, continue with :ref:`pyspotify_installation`. @@ -39,14 +39,14 @@ When libspotify has been installed, continue with On Linux from source -------------------- -Download and install libspotify 0.0.6 for your OS and CPU architecture from +Download and install libspotify 0.0.7 for your OS and CPU architecture from https://developer.spotify.com/en/libspotify/. For 64-bit Linux the process is as follows:: - wget http://developer.spotify.com/download/libspotify/libspotify-0.0.6-linux6-x86_64.tar.gz - tar zxfv libspotify-0.0.6-linux6-x86_64.tar.gz - cd libspotify-0.0.6-linux6-x86_64/ + wget http://developer.spotify.com/download/libspotify/libspotify-0.0.7-linux6-x86_64.tar.gz + tar zxfv libspotify-0.0.7-linux6-x86_64.tar.gz + cd libspotify-0.0.7-linux6-x86_64/ sudo make install prefix=/usr/local sudo ldconfig @@ -113,4 +113,4 @@ Get the pyspotify code, and install it:: It is important that you install pyspotify from the ``mopidy`` branch of the ``mopidy/pyspotify`` repository, as the upstream repository at ``winjer/pyspotify`` is not updated with changes needed to support e.g. -libspotify 0.0.6 and high bitrate audio. +libspotify 0.0.7 and high bitrate audio.