Git Product home page Git Product logo

kodi-addon-soundcloud's Introduction

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.

kodi-addon-soundcloud's People

Contributors

jaylinski avatar markman-b avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.