Remove notes on openspotify, as development has been inactive for six months

This commit is contained in:
Stein Magnus Jodal 2010-08-13 22:26:13 +02:00
parent 15a159f97e
commit db26a7198d
2 changed files with 2 additions and 9 deletions

View File

@ -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
<http://github.com/noahwilliamsson/openspotify>`_ for
:mod:`mopidy.backends.libspotify`. *Update:* Seems like openspotify
development has stalled.
- Create `Debian packages <http://www.debian.org/doc/maint-guide/>`_ 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.

View File

@ -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
<http://github.com/noahwilliamsson/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