jaylinski / kodi-addon-soundcloud

🎶 SoundCloud Add-on for Kodi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SoundCloud Add-on for Kodi

Kodi logo

GitHub tag (latest SemVer) CI Build Status Link to Kodi forum Link to Kodi wiki Link to Kodi releases

This 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 Use track_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.

About

🎶 SoundCloud Add-on for Kodi.

License:MIT License


Languages

Language:Python 99.2%Language:HTML 0.7%Language:JavaScript 0.1%