Skip to main content

SoundCloud extension for Mopidy

Project description

Latest PyPI version Number of PyPI downloads Travis CI build status Test coverage

Mopidy extension for playing music from SoundCloud.

Installation

Install by running:

pip install Mopidy-SoundCloud

Or, if available, install the Debian/Ubuntu package from apt.mopidy.com.

Configuration

  1. You must register for a user account at http://www.soundcloud.com/

  2. You need a SoundCloud authentication token for Mopidy from http://www.mopidy.com/authenticate

  3. Add the authentication token to the mopidy.conf config file:

    [soundcloud]
    auth_token = 1-1111-1111111
  4. Extra playlists from http://www.soundcloud.com/explore can be retrieved by setting the soundcloud/explore config value. For example, if you want Smooth Jazz from https://soundcloud.com/explore/jazz%2Bblues your entry would be “jazz%2Bblues/Smooth Jazz”. Example config:

    [soundcloud]
    auth_token = 1-1111-1111111
    explore = electronic/Ambient, pop/New Wave, rock/Indie

Project resources

Changelog

v1.0.18 (2014-01-11)

  • Use proper logger namespaced to mopidy_soundcloud instead of mopidy.

  • Fix wrong use of raise when the SoundCloud API doesn’t respond as expected.

v1.0.17 (2013-12-21)

  • Don’t cache the user request.

  • Require Requests >= 2.0. (Fixes #3)

v1.0.16 (2013-10-22)

  • Require Mopidy >= 0.14.

  • Fix crash when SoundCloud returns 404 on track lookup. (Fixes #7)

  • Add some tests.

v1.0.15 (2013-07-31)

  • Import code from old repo.

  • Handle authentication errors without crashing. (Fixes #3 and #4)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Mopidy-SoundCloud-1.0.18.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

Mopidy_SoundCloud-1.0.18-py27-none-any.whl (10.9 kB view hashes)

Uploaded Python 2.7

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page