Move backend issue lists from docstrings to issue tracker

This commit is contained in:
Stein Magnus Jodal 2010-06-19 13:05:58 +02:00
parent 64d6893a77
commit c6cd2ba564
3 changed files with 4 additions and 19 deletions

View File

@ -24,21 +24,7 @@ class DespotifyBackend(BaseBackend):
is the Python bindings for the despotify library. It got litle
documentation, but a couple of examples are available.
**Issues**
- r503: Sometimes segfaults when traversing stored playlists, their tracks,
artists, and albums. As it is not predictable, it may be a concurrency
issue.
- r503: Segfaults when looking up playlists, both your own lists and other
peoples shared lists. To reproduce::
>>> import spytify # doctest: +SKIP
>>> s = spytify.Spytify('alice', 'secret') # doctest: +SKIP
>>> s.lookup('spotify:user:klette:playlist:5rOGYPwwKqbAcVX8bW4k5V')
... # doctest: +SKIP
Segmentation fault
**Issues:** http://github.com/jodal/mopidy/issues/labels/despotify
"""
def __init__(self, *args, **kwargs):

View File

@ -33,6 +33,8 @@ class GStreamerBackend(BaseBackend):
A backend for playing music from a local music archive.
Uses the `GStreamer <http://gstreamer.freedesktop.org/>`_ library.
**Issues:** http://github.com/jodal/mopidy/issues/labels/gstreamer
"""
def __init__(self, *args, **kwargs):

View File

@ -32,10 +32,7 @@ class LibspotifyBackend(BaseBackend):
<http://github.com/noahwilliamsson/openspotify>`_, but we haven't tested
that yet.
**Issues**
- libspotify is badly packaged. See
http://getsatisfaction.com/spotify/topics/libspotify_please_fix_the_installation_script.
**Issues:** http://github.com/jodal/mopidy/issues/labels/libspotify
"""
def __init__(self, *args, **kwargs):