Kodi
SoundCloud Add-on forThis Kodi Add-on provides a minimal interface for SoundCloud.
Features
- Search
- Discover new music
- Play tracks, albums and playlists
Installation
Kodi Repository
Follow the instructions on https://kodi.wiki/view/Add-on:SoundCloud.
Manual
- 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
API
Documentation of the public interface.
plugin://plugin.audio.soundcloud/play/?[track_id|playlist_id|url]
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.
Development
This add-on uses Pipenv to manage its dependencies.
Setup
Install Pipenv and run pipenv install --dev
.
Build
Run pipenv run build
.
Lint
Run pipenv run lint
.
Test
Run pipenv run test
.
Roadmap
- Re-implement all features from original add-on
- Implement enhancements
Attributions
This add-on is strongly inspired by the original add-on developed by bromix and SLiX.
Copyright and license
This add-on is licensed under the MIT License - see LICENSE.txt
for details.