Skip to content

Releases: jaylinski/kodi-addon-soundcloud

SoundCloud Add-on for Kodi 4.0.2

14 Mar 19:03
Compare
Choose a tag to compare

Fixes

  • Fixed random CloudFront errors when sending requests (#57)

Changes

  • Added context-menu option for removing search-history items (#30)

SoundCloud Add-on for Kodi 4.0.1

14 Nov 19:39
Compare
Choose a tag to compare

Fixes

  • Fixed possible error in "Discover"-page (#55)

SoundCloud Add-on for Kodi 4.0.0

26 Dec 22:44
Compare
Choose a tag to compare

Changes

  • Added support for Kodi v19 (Matrix) (#49)

Breaking

  • Removed Python 2 support

SoundCloud Add-on for Kodi 3.2.0

20 Apr 13:11
Compare
Choose a tag to compare

Features

  • Added ability to clear cache in settings (#47)
  • Track descriptions can now be viewed in info window (#45)

Fixes

  • Custom client ID won't be overwritten anymore (#38)

SoundCloud Add-on for Kodi 3.1.2

31 Mar 23:00
Compare
Choose a tag to compare

Fixes

  • Fixed loading of large (> 50) track lists (7912602)

SoundCloud Add-on for Kodi 3.1.1

02 Dec 17:29
6149d76
Compare
Choose a tag to compare

Changes

  • Added Dutch translations (#33)

Fixes

  • Adapted client-ID extraction to new asset structure (#36)

SoundCloud Add-on for Kodi 3.1.0

19 Oct 23:51
f48d509
Compare
Choose a tag to compare

Changes

  • Thumbnail images now have a higher resolution
  • Added "Albums", "Playlists" and "Spotlight" folders to user pages (#15)

Fixes

  • Fixed error when selecting the "Discover" folder
  • Fixed Python 3 compatibility issue (Addon is now ready for Kodi 19)
  • Changed default format to mp3 to fix a session timeout issue on tracks longer than 30 minutes (#19)
  • Fixed German translations

SoundCloud Add-on for Kodi 3.0.1

16 Aug 20:23
2de24b2
Compare
Choose a tag to compare

Fixes

  • Fixed sharing of mobile URLs (01793ff)
  • Fixed sharing with Yatse remote (0e3829c)
  • Fixed German translations (e38d8da)
  • Improved search logic (3a4cb97)

SoundCloud Add-on for Kodi 3.0.0

10 Jun 08:45
Compare
Choose a tag to compare

This is a rewrite of the original plugin developed by bromix.

Features

  • Search music
  • Charts
  • Discover new music
  • Backwards compatible /play/ API
  • Python 3 compatibility

Known issues

  • Playing audio with the (default) opus codec causes issues on Kodi v17
  • Login is not implemented (SoundCloud disabled API registrations)

SoundCloud Add-on for Kodi 3.0.0-beta.1

08 May 20:28
8ed8408
Compare
Choose a tag to compare
Pre-release

This is an incomplete rewrite of the original plugin developed by bromix.

Features

  • Search music
  • Charts
  • Discover new music
  • Backwards compatible /play/ API
  • Python 3 compatibility

Known issues

  • Playing audio with the (default) opus codec causes issues on Kodi v17
  • Login is not yet implemented

Fixes

  • Added Charts
  • Added fanart
  • APIv2 client ID is now automatically fetched on Kodi startup
  • Fixed warnings reported by kodi-addon-checker