mopidy-soundcloud

backend extension

A backend for playing music from the SoundCloud service.

Installation

Install the mopidy-soundcloud package from PyPI:

sudo python3 -m pip install --break-system-packages mopidy-soundcloud

Usage

Most extensions need configuration, additional system dependencies, or have other usage notes. See mopidy-soundcloud's README before getting started.

Authentication

mopidy-soundcloud needs API access to SoundCloud, to grant access click the button bellow and follow the instructions. Your data is never shared with this site.

Authenticate Mopidy with SoundCloud

After the pop up closes it will change the text below, add the following to your mopidy.conf file:

[soundcloud]
auth_token = The config value will appear here.

For more information see the mopidy-soundcloud docs.

Popularity

GitHub stars PyPI - Downloads

PyPI

PyPI - Package version Python support

License

PyPI - License

Project stats

Issues Pull requests

Quality metrics

GitHub Actions build status Codecov test coverage

Updating the extension registry

This extension registry is a community effort, and will never be complete without your help. To add or update an extension, edit the source files using the existing extensions as inspiration, then submit a pull request to the mopidy/website repo at GitHub.