Mopidy extension for playing music from SoundCloud.
Install by running:
pip install Mopidy-SoundCloud
Or, if available, install the Debian/Ubuntu package from apt.mopidy.com.
You must register for a user account at http://www.soundcloud.com/
You need a SoundCloud authentication token for Mopidy from http://www.mopidy.com/authenticate
Add the authentication token to the
mopidy.conf
config file:[soundcloud] auth_token = 1-1111-1111111
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
TODO: Write one