Mopidy-Subsonic
It looks like loldaves fork <https://github.com/loldaves/mopidy-subsonic>
_ is a lot more maintained. I'd go check that out.
Or even better, try this separate plugin: Prior99/mopidy-subidy <https://github.com/Prior99/mopidy-subidy>
_
.. image:: https://pypip.in/v/Mopidy-Subsonic/badge.png :target: https://pypi.python.org/pypi/Mopidy-Subsonic/ :alt: Latest PyPI version
.. image:: https://pypip.in/d/Mopidy-Subsonic/badge.png :target: https://pypi.python.org/pypi/Mopidy-Subsonic/ :alt: Number of PyPI downloads
Mopidy <http://www.mopidy.com/>
extension for playing music from
Subsonic <http://www.subsonic.org/>
.
Install by running::
sudo pip install mopidy-subsonic
Or, if available, install the Debian/Ubuntu package from apt.mopidy.com <http://apt.mopidy.com/>
_.
Before starting Mopidy, you must tell it where to find Subsonic by adding the following to your Mopidy configuration::
[subsonic]
hostname = some.website.com (leave off http/https)
port = 8888
username = USER
password = PASS
ssl = (yes/no)
context = my-subsonic (if your subsonic is accessible on http://some.website.com:8888/my-subsonic/index.view)
Searches in Mopidy will now return results from your Subsonic library.
Source code <https://github.com/rattboi/mopidy-subsonic>
_Issue tracker <https://github.com/rattboi/mopidy-subsonic/issues>
_Download development snapshot <https://github.com/rattboi/mopidy-subsonic/tarball/master#egg={{ cookiecutter.dist_name }}-dev>
_Require Mopidy >= 1.0
Update to work with new playback API in Mopidy 1.0
Update to work with new search API in Mopidy 1.0
Require Mopidy >= 0.18.
Fixed: ext.conf
was missing from the PyPI package, stopping Mopidy from
working as long as Mopidy-Subsonic is installed.