From db26a7198da4cf222abd399241700fbfc9554316 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 13 Aug 2010 22:26:13 +0200 Subject: [PATCH] Remove notes on openspotify, as development has been inactive for six months --- docs/development/roadmap.rst | 4 ---- mopidy/backends/libspotify/__init__.py | 7 ++----- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/docs/development/roadmap.rst b/docs/development/roadmap.rst index 5544a005..7d97d55b 100644 --- a/docs/development/roadmap.rst +++ b/docs/development/roadmap.rst @@ -31,10 +31,6 @@ released when we reach the other goal. Stuff we really want to do, but just not right now ================================================== -- Replace libspotify with `openspotify - `_ for - :mod:`mopidy.backends.libspotify`. *Update:* Seems like openspotify - development has stalled. - Create `Debian packages `_ of all our dependencies and Mopidy itself (hosted in our own Debian repo until we get stuff into the various distros) to make Debian/Ubuntu installation a breeze. diff --git a/mopidy/backends/libspotify/__init__.py b/mopidy/backends/libspotify/__init__.py index ead08c44..7a971bc5 100644 --- a/mopidy/backends/libspotify/__init__.py +++ b/mopidy/backends/libspotify/__init__.py @@ -16,15 +16,12 @@ class LibspotifyBackend(BaseBackend): for libspotify. It got no documentation, but multiple examples are available. Like libspotify, pyspotify's calls are mostly asynchronous. - This backend should also work with `openspotify - `_, but we haven't tested - that yet. - **Issues:** http://github.com/jodal/mopidy/issues/labels/backend-libspotify """ - # Imports inside methods are to prevent loading of __init__ to fail on + # Imports inside methods are to prevent loading of __init__.py to fail on # missing spotify dependencies. + def __init__(self, *args, **kwargs): from .library import LibspotifyLibraryController from .playback import LibspotifyPlaybackController