SoundCloud Add-on for Kodi
This Kodi Add-on provides a minimal interface for SoundCloud.
- Search
- Discover new music
- Play tracks, albums and playlists
Follow the instructions on https://kodi.wiki/view/Add-on:SoundCloud.
- Download the latest release (
plugin.audio.soundcloud.zip
) - Copy the zip file to your Kodi system
- Open Kodi, go to Add-ons and select "Install from zip file"
- Select the file
plugin.audio.soundcloud.zip
Documentation of the public interface.
Examples:
plugin://plugin.audio.soundcloud/play/?track_id=1
plugin://plugin.audio.soundcloud/play/?playlist_id=1
plugin://plugin.audio.soundcloud/play/?url=https%3A%2F%2Fsoundcloud.com%2Fpslwave%2Fallwithit
Legacy (will be removed in v5.0):
plugin://plugin.audio.soundcloud/play/?audio_id=1
Usetrack_id=1
instead.
This add-on uses Pipenv to manage its dependencies.
Install Pipenv and run pipenv install --dev
.
Run pipenv run build
.
Run pipenv run lint
.
Run pipenv run test
.
- Re-implement all features from original add-on
- Implement enhancements
This add-on is strongly inspired by the original add-on developed by bromix and SLiX.
This add-on is licensed under the MIT License - see LICENSE.txt
for details.