https://github.com/jaylinski/kodi-addon-soundcloud
🎶 SoundCloud Add-on for Kodi.
https://github.com/jaylinski/kodi-addon-soundcloud
addon kodi kodi-addon kodi-plugin plugin soundcloud xbmc
Last synced: about 1 year ago
JSON representation
🎶 SoundCloud Add-on for Kodi.
- Host: GitHub
- URL: https://github.com/jaylinski/kodi-addon-soundcloud
- Owner: jaylinski
- License: mit
- Created: 2019-04-13T11:40:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T19:08:02.000Z (about 2 years ago)
- Last Synced: 2025-02-25T12:04:39.543Z (over 1 year ago)
- Topics: addon, kodi, kodi-addon, kodi-plugin, plugin, soundcloud, xbmc
- Language: Python
- Homepage:
- Size: 211 KB
- Stars: 32
- Watchers: 2
- Forks: 12
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SoundCloud Add-on for [Kodi](https://github.com/xbmc/xbmc)

[](https://github.com/jaylinski/kodi-addon-soundcloud/releases)
[](https://github.com/jaylinski/kodi-addon-soundcloud/actions)
[](https://forum.kodi.tv/showthread.php?tid=206635)
[](https://kodi.wiki/view/Add-on:SoundCloud)
[](https://kodi.wiki/view/Releases)
This [Kodi](https://github.com/xbmc/xbmc) 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](https://kodi.wiki/view/Add-on:SoundCloud).
### Manual
* [Download the latest release](https://github.com/jaylinski/kodi-addon-soundcloud/releases) (`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` Use `track_id=1` instead.
## Development
This add-on uses [Pipenv](https://pypi.org/project/pipenv/) to manage its dependencies.
### Setup
[Install Pipenv](https://pipenv.pypa.io/en/latest/installation.html#installing-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](https://github.com/jaylinski/kodi-addon-soundcloud/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement)
## Attributions
This add-on is strongly inspired by the [original add-on](https://github.com/SLiX69/plugin.audio.soundcloud)
developed by [bromix](https://kodi.tv/addon-author/bromix) and [SLiX](https://github.com/SLiX69).
## Copyright and license
This add-on is licensed under the MIT License - see `LICENSE.txt` for details.