Skip to content

Releases: mopidy/mopidy-soundcloud

v1.2.3 (2014-04-02)

15 Dec 07:46
Compare
Choose a tag to compare
  • Add support for playing music from groups.

v1.2.2 (2014-03-26)

15 Dec 07:46
Compare
Choose a tag to compare
  • Update Soundcloud API endpoint.

v1.2.1 (2014-02-21)

15 Dec 07:46
Compare
Choose a tag to compare
  • Properly escape unsafe chars in URIs.

v1.2.0 (2014-02-16)

15 Dec 07:46
Compare
Choose a tag to compare
  • 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)

15 Dec 07:45
Compare
Choose a tag to compare
  • Updated extension and backend APIs to match Mopidy 0.18.

v1.0.18 (2014-01-11)

15 Dec 07:45
Compare
Choose a tag to compare
  • 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)

15 Dec 07:44
Compare
Choose a tag to compare
  • Don't cache the user request.

  • Require Requests >= 2.0. (Fixes #3)

v1.0.16 (2013-10-22)

15 Dec 07:44
Compare
Choose a tag to compare
  • Require Mopidy >= 0.14.

  • Fix crash when SoundCloud returns 404 on track lookup. (Fixes #7)

  • Add some tests

v1.0.15 (2013-07-31)

15 Dec 07:44
Compare
Choose a tag to compare
  • Import code from old repo.

  • Handle authentication errors without crashing. (Fixes #3 and #4)