Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.21 KB

README.rst

File metadata and controls

41 lines (27 loc) · 1.21 KB

Mopidy-SoundCloud

Mopidy extension for playing music from SoundCloud.

Usage

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

  2. Install the Mopidy-Soundcloud extension by running:

    sudo pip install mopidy-soundcloud
    
  3. You need a SoundCloud authentication token for Mopidy from http://www.mopidy.com/authenticate

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

    [soundcloud]
    auth_key = 1-1111-1111111
    
  5. 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_key = 1-1111-1111111
    explore = electronic/Ambient, pop/New Wave, rock/Indie
    

Project resources