Skip to content

Commit

Permalink
Merge e669d99 into b652e65
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks committed Feb 1, 2019
2 parents b652e65 + e669d99 commit 893cabd
Showing 1 changed file with 47 additions and 2 deletions.
49 changes: 47 additions & 2 deletions README.rst
Expand Up @@ -18,6 +18,51 @@ Mopidy-Spotify
`Spotify <http://www.spotify.com/>`_.


Status
======

Mopidy-Spotify is dependent on ``pyspotify``, a wrapper for Spotify's
``libspotify`` C library. ``libspotify`` was `deprecated in 2015
<https://github.com/mopidy/mopidy-spotify/issues/110>`_ with no replacement. It
is unmaintained, functionally limited, and also now unavailable from the
`Spotify developer site <https://developer.spotify.com/technologies/>`_. Where
possible we are `moving to use Spotify's Web API instead
<https://github.com/mopidy/mopidy-spotify/issues/114>`_. However, native
playback is still only possible using ``libspotify`` and there is no official
way for us to provide some Spotify features.

Limitations and/or bugs in ``libspotify`` currently result in missing/broken
Mopidy-Spotify support for the following:

- Playlists (`#182 <https://github.com/mopidy/mopidy-spotify/issues/182>`_,
`#122 <https://github.com/mopidy/mopidy-spotify/issues/122>`_) - available
via web API (`#188 <https://github.com/mopidy/mopidy-spotify/issues/188>`_)

- My Music (`#16 <https://github.com/mopidy/mopidy-spotify/issues/16>`_,
`#108 <https://github.com/mopidy/mopidy-spotify/issues/108>`_) - available via
web API

- Top Tracks/curated playlists (`#140
<https://github.com/mopidy/mopidy-spotify/issues/140>`_) - available via web
API

- Podcasts (`#201 <https://github.com/mopidy/mopidy-spotify/issues/201>`_) -
unavailable

- Radio (`#9 <https://github.com/mopidy/mopidy-spotify/issues/9>`_) - unavailable

- Spotify Connect (`#14 <https://github.com/mopidy/mopidy-spotify/issues/14>`_) -
unavailable

Working support for the following features is currently available:

- Playback

- Search

- Lookup by URI (except playlists)


Dependencies
============

Expand All @@ -33,8 +78,8 @@ Dependencies
Settings > Security > App passwords > Generate app passwords, and generate one
to use with Mopidy-Spotify.

- ``libspotify`` >= 12, < 13. The official C library from the `Spotify
developer site <https://developer.spotify.com/technologies/libspotify/>`_.
- ``libspotify`` >= 12, < 13. The official C library from our `Unofficial
libspotify archive <https://mopidy.github.io/libspotify-archive/>`_.
The package is available as ``libspotify12`` from
`apt.mopidy.com <http://apt.mopidy.com/>`__.

Expand Down

0 comments on commit 893cabd

Please sign in to comment.