/mopidy-soundcloud

Mopidy extension for playing music from SoundCloud

Primary LanguagePythonMIT LicenseMIT

Mopidy-SoundCloud

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

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

TODO: Write one