Prior99 / mopidy-subidy

Mopidy extension for playing music from Subsonic servers.
BSD 3-Clause "New" or "Revised" License
30 stars 12 forks source link
mopidy subsonic

Mopidy-Subidy


.. image:: https://img.shields.io/pypi/v/Mopidy-Subidy :target: https://pypi.org/project/Mopidy-Subidy/ :alt: Latest PyPI version

.. image:: https://img.shields.io/circleci/build/gh/Prior99/mopidy-subidy :target: https://circleci.com/gh/Prior99/mopidy-subidy :alt: CircleCI build status

.. image:: https://img.shields.io/codecov/c/gh/Prior99/mopidy-subidy :target: https://codecov.io/gh/Prior99/mopidy-subidy :alt: Test coverage

This library is actively looking for maintainers to help out as I do not have the time or need to maintain this anymore. Please contact me if you feel that you could maintain this.

A Subsonic backend for Mopidy using py-sonic <https://github.com/crustymonkey/py-sonic>_.

Installation

Install the latest release from PyPI by running::

python3 -m pip install Mopidy-Subidy

Install the development version directly from this repo by running::

python3 -m pip install https://github.com/Prior99/mopidy-subidy/archive/master.zip

See https://mopidy.com/ext/subidy/ for alternative installation methods.

Configuration

Before starting Mopidy, you must add configuration for Mopidy-Subidy to your Mopidy configuration file::

[subidy] url=https://path.to/your/subsonic/server username=subsonic_username password=your_secret_password

In addition, the following optional configuration values are supported:

State of this plugin

The following things are supported:

The following things are not supported:

Credits