mopidy-soundcloud

Mopidy extension for playing music from SoundCloud

MIT License

Downloads
438
Stars
184
Committers
19

Bot releases are hidden (Show)

mopidy-soundcloud - v3.0.2 Latest Release

Published by kingosticks over 1 year ago

mopidy-soundcloud - v3.0.1

Published by jodal almost 4 years ago

  • Don't URL encode browse directory names. (Fixes #64, #103, PR #112)

  • Add Python 3.9 to the test matrix. (PR: #117)

mopidy-soundcloud - v3.0.0 (2019-12-22)

Published by jodal almost 4 years ago

  • Depend on final release of Mopidy 3.0.0.
mopidy-soundcloud - v3.0.0rc1 (2019-11-17)

Published by jodal almost 4 years ago

  • Require Mopidy >= 3.0.0a5, which required the following changes: (PR #109)

    • Stop using removed Album.images field.
  • Require Python >= 3.7. No major changes required. (PR #109)

  • Rate limit requests to SoundCloud. (Contributes towards fixing #99, PR #104)

  • Update project setup. (PR #109)

mopidy-soundcloud - v2.1.0 (2018-05-30)

Published by jodal almost 4 years ago

  • Fix AttributeError: 'list' object has no attribute 'name' when browsing tracks. (Fixes #43, #45, #59, PR #69)

  • Improved error handling. (Fixes #53, #71, #90, #95, PR #100)

  • Merged oustanding pull requests implementing various API updates. (Fixes #79, #82, PR #100)

  • Cached main API endpoint responses for 10 seconds.

  • Cached stream links to reduce impact of API rate limit. (PR #100)

  • Add explore_songs config to limit the number of results returned. (PR #100)

mopidy-soundcloud - v2.0.2 (2016-01-03)

Published by jodal almost 4 years ago

  • Handle HTTP connection errors without a response. (PR #61)

  • Ignore tracks without a URI. (Related to mopidy/mopidy#1340, PR #62)

mopidy-soundcloud - v2.0.1 (2015-10-06)

Published by jodal almost 4 years ago

  • Fix Unicode escape sequences in SoundCloud search queries by encoding as
    UTF-8. (Fixes #42, PR #55)
mopidy-soundcloud - v2.0.0 (2015-03-25)

Published by jodal almost 4 years ago

  • Require Mopidy >= 1.0.

  • Update to work with new playback API in Mopidy 1.0.

  • Update to work with new backend search API in Mopidy 1.0.

mopidy-soundcloud - v1.2.5 (2014-06-24)

Published by jodal almost 4 years ago

  • Add support for new explore API.
mopidy-soundcloud - v1.2.4 (2014-05-15)

Published by jodal almost 4 years ago

  • 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.
mopidy-soundcloud - v1.2.3 (2014-04-02)

Published by jodal almost 4 years ago

  • Add support for playing music from groups.
mopidy-soundcloud - v1.2.2 (2014-03-26)

Published by jodal almost 4 years ago

  • Update Soundcloud API endpoint.
mopidy-soundcloud - v1.2.1 (2014-02-21)

Published by jodal almost 4 years ago

  • Properly escape unsafe chars in URIs.
mopidy-soundcloud - v1.2.0 (2014-02-16)

Published by jodal almost 4 years ago

  • 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.

mopidy-soundcloud - v1.1.0 (2014-01-20)

Published by jodal almost 4 years ago

  • Updated extension and backend APIs to match Mopidy 0.18.
mopidy-soundcloud - v1.0.18 (2014-01-11)

Published by jodal almost 4 years ago

  • Use proper logger namespaced to mopidy_soundcloud instead of mopidy.

  • Fix wrong use of raise when the SoundCloud API doesn't respond as expected

mopidy-soundcloud - v1.0.17 (2013-12-21)

Published by jodal almost 4 years ago

  • Don't cache the user request.

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

mopidy-soundcloud - v1.0.16 (2013-10-22)

Published by jodal almost 4 years ago

  • Require Mopidy >= 0.14.

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

  • Add some tests

mopidy-soundcloud - v1.0.15 (2013-07-31)

Published by jodal almost 4 years ago

  • Import code from old repo.

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

Package Rankings
Top 9.43% on Pypi.org
Related Projects