Skip to content

Releases: mopidy/mopidy-soundcloud

v3.0.2

18 Feb 15:07
Compare
Choose a tag to compare
  • Scrape soundcloud.com for their public client ID and use this wherever possible to stream publicly available tracks, as done by other projects. Otherwise, fallback to our not-so-secret client ID. This reduces our API quota usage in the face of SoundCloud's continued disregard for their API users. (PR #122)

  • Fix auth by removing our client_id parameter from API requests. (PR #133)

v3.0.1

15 Dec 08:09
v3.0.1
Compare
Choose a tag to compare
  • Don't URL encode browse directory names. (Fixes #64, #103, PR #112)

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

v3.0.0 (2019-12-22)

15 Dec 07:50
Compare
Choose a tag to compare
  • Depend on final release of Mopidy 3.0.0.

v3.0.0rc1 (2019-11-17)

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

v2.1.0 (2018-05-30)

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

v2.0.2 (2016-01-03)

15 Dec 07:48
Compare
Choose a tag to compare
  • Handle HTTP connection errors without a response. (PR #61)

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

v2.0.1 (2015-10-06)

15 Dec 07:48
Compare
Choose a tag to compare
  • Fix Unicode escape sequences in SoundCloud search queries by encoding as
    UTF-8. (Fixes #42, PR #55)

v2.0.0 (2015-03-25)

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

v1.2.5 (2014-06-24)

15 Dec 07:47
Compare
Choose a tag to compare
  • Add support for new explore API.

v1.2.4 (2014-05-15)

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