Skip to content

lukegiuliani/mopidy-soundcloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Mopidy http://www.mopidy.com/ extension for playing music from SoundCloud http://www.soundcloud.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published