From ab6dbbb8fe41df9bc8e45feafe028ab7b65cea10 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 28 Dec 2010 15:19:15 +0100 Subject: [PATCH] Add note on the importancy of using pyspotify from the correct repo --- docs/installation/libspotify.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/installation/libspotify.rst b/docs/installation/libspotify.rst index 692bda36..b511e9c9 100644 --- a/docs/installation/libspotify.rst +++ b/docs/installation/libspotify.rst @@ -7,9 +7,9 @@ Mopidy uses `libspotify the Spotify music service. To use :mod:`mopidy.backends.libspotify` you must install libspotify and `pyspotify `_. -.. warning:: +.. note:: - This backend requires a `Spotify premium account + This backend requires a paid `Spotify premium account `_. .. note:: @@ -78,3 +78,8 @@ Check out the pyspotify code, and install it:: tar zxfv pyspotify.tar.gz cd pyspotify/pyspotify/ sudo python setup.py install + +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.