Releases: mopidy/mopidy-soundcloud
v3.0.2
-
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
v3.0.0 (2019-12-22)
- Depend on final release of Mopidy 3.0.0.
v3.0.0rc1 (2019-11-17)
v2.1.0 (2018-05-30)
-
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)
-
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)
v2.0.0 (2015-03-25)
-
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)
- 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.