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.
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.
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:
enabled
-- Defaults totrue
. Set tofalse
to disable the extension.legacy_auth
-- Defaults tofalse
. Setting totrue
may solve some connection errors.api_version
-- Defaults to1.14.0
, which is the version used by Subsonic 6.2.
The following things are supported:
- Browsing all artists/albums/tracks
- Searching for any terms
- Browsing, creating, editing and deleting playlists
- Searching explicitly for one of: artists, albums, tracks
The following things are not supported:
- Subsonic's smart playlists
- Searching for a combination of filters (artist and album, artist and track, etc.)
- Original author: Frederick Gnodtke
- Current maintainer: Frederick Gnodtke
- Contributors