Skip to content

Commit

Permalink
spotify: Move to external extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Oct 8, 2013
1 parent f9a6fa5 commit e7d6a99
Show file tree
Hide file tree
Showing 18 changed files with 25 additions and 969 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ include *.rst
include LICENSE
include MANIFEST.in
include data/mopidy.desktop
include mopidy/backends/spotify/spotify_appkey.key
include pylintrc

recursive-include docs *
Expand Down
21 changes: 12 additions & 9 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ v0.16.0 (UNRELEASED)

**Dependencies**

- The Last.fm scrobbler has been moved to its own external extension,
`Mopidy-Scrobbler <https://github.com/mopidy/mopidy-scrobbler>`_. You'll need
to install it in addition to Mopidy if you want it to continue to work as it
used to.

- The MPRIS frontend has been moved to its own external extension,
`Mopidy-MPRIS <https://github.com/mopidy/mopidy-mpris>`_. You'll need to
install it in addition to Mopidy if you want it to continue to work as it
used to.
Parts of Mopidy have been moved to their own external extensions. If you want
Mopidy to continue to work like it used to, you may have to install one or more
of the following extensions as well:

- The Spotify backend has been moved to
`Mopidy-Scrobbler <https://github.com/mopidy/mopidy-spotify>`_.

- The Last.fm scrobbler has been moved to
`Mopidy-Scrobbler <https://github.com/mopidy/mopidy-scrobbler>`_.

- The MPRIS frontend has been moved to
`Mopidy-MPRIS <https://github.com/mopidy/mopidy-mpris>`_.

**Audio**

Expand Down
11 changes: 10 additions & 1 deletion docs/ext/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,19 @@ Mopidy-SoundCloud

https://github.com/mopidy/mopidy-soundcloud

Provides a backend for playing music from the `SoundCloud
rovides a backend for playing music from the `SoundCloud
<http://www.soundcloud.com/>`_ service.


Mopidy-Spotify
--------------

https://github.com/mopidy/mopidy-spotify

Extension for playing music from the `Spotify <http://www.spotify.com/>`_ music
streaming service.


Mopidy-Subsonic
---------------

Expand Down
83 changes: 0 additions & 83 deletions docs/ext/spotify.rst

This file was deleted.

6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Mopidy

Mopidy is a music server which can play music both from multiple sources, like
your :ref:`local hard drive <ext-local>`, :ref:`radio streams <ext-stream>`,
and from :ref:`Spotify <ext-spotify>` and SoundCloud. Searches combines results
from all music sources, and you can mix tracks from all sources in your play
queue. Your playlists from Spotify or SoundCloud are also available for use.
and from Spotify and SoundCloud. Searches combines results from all music
sources, and you can mix tracks from all sources in your play queue. Your
playlists from Spotify or SoundCloud are also available for use.

To control your Mopidy music server, you can use one of Mopidy's :ref:`web
clients <http-clients>`, the :ref:`Ubuntu Sound Menu <ubuntu-sound-menu>`, any
Expand Down
36 changes: 0 additions & 36 deletions mopidy/backends/spotify/__init__.py

This file was deleted.

37 changes: 0 additions & 37 deletions mopidy/backends/spotify/actor.py

This file was deleted.

51 changes: 0 additions & 51 deletions mopidy/backends/spotify/container_manager.py

This file was deleted.

7 changes: 0 additions & 7 deletions mopidy/backends/spotify/ext.conf

This file was deleted.

0 comments on commit e7d6a99

Please sign in to comment.