Code Monkey home page Code Monkey logo

mopidy-soundcloud's Introduction

Mopidy-SoundCloud

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

Mopidy extension for playing music from SoundCloud.

Installation

Debian/Ubuntu/Raspbian: Install the mopidy-soundcloud package from apt.mopidy.com:

sudo apt-get install mopidy-soundcloud

Arch Linux: Install the mopidy-soundcloud package from AUR:

sudo yaourt -S mopidy-soundcloud

OS X: Install the mopidy-soundcloud package from the mopidy/mopidy Homebrew tap:

brew install mopidy-soundcloud

Else: Install the dependencies listed above yourself, and then install the package from PyPI:

pip install Mopidy-SoundCloud

If you're having trouble with audio playback from SoundCloud, make sure you have the "ugly" plugin set from GStreamer installed for MP3 support. The package is typically named gstreamer0.10-plugins-ugly or similar, depending on OS and distribution. The package isn't a strict requirement for Mopidy's core, so you may be missing it.

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
    explore_songs = 25
    

Project resources

Changelog

v1.2.5 (2014-06-24)

  • Add support for new explore api

v1.2.4 (2014-05-15)

  • Add support for adding track by url
  • Fix search parsing
  • Support for adding playlists from liked section
  • Fix for track parsing and empty artists field

v1.2.3 (2014-04-02)

  • Add support for playing music from groups

v1.2.2 (2014-03-26)

  • Update Soundcloud API endpoint

v1.2.1 (2014-02-21)

  • Properly escape unsafe chars in URIs.

v1.2.0 (2014-02-16)

  • Deprecated explore and explore_pages config values.

  • Extension is now using Mopidy's virtual filesystem to expose music from your SoundCloud account instead of fake playlists. See the "Browse" or "Files" option in your MPD client.

    In the virtual file system you can browse:

    • The "Stream" with tracks from the users you follow.
    • All "Explore" sections.
    • Your followers and their shared tracks.
    • Your liked tracks.
    • Your sets.
  • Add search support.

  • Add support for looking up music by SoundCloud URLs through searching for the URL as a file name.

v1.1.0 (2014-01-20)

  • Updated extension and backend APIs to match Mopidy 0.18.

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)

mopidy-soundcloud's People

Contributors

jodal avatar janil avatar davidcrawford avatar joshka avatar tim-smart avatar xim avatar

Stargazers

Nicolas Feignon avatar

Watchers

James Cloos avatar Nicolas Feignon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.