2016-09-18 04:33:46 +02:00
|
|
|
# Mopidy Subidy
|
|
|
|
|
2016-09-20 07:55:52 +02:00
|
|
|
A subsonic backend for mopidy using [py-sub](https://github.com/crustymonkey/py-sonic).
|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
Add a section similiar to the following to your mopidy configuration:
|
|
|
|
|
|
|
|
```ini
|
|
|
|
[subidy]
|
|
|
|
enabled=True
|
|
|
|
url=https://path.to/your/subsonic/server
|
|
|
|
username=subsonic_username
|
|
|
|
password=your_secret_password
|
2017-02-09 23:34:30 -05:00
|
|
|
legacy_auth = (optional; setting to yes may solve some connection errors)
|
2016-09-20 07:55:52 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
## State of this plugin
|
|
|
|
|
|
|
|
Plugin is developed against mopidy version 2.0.1.
|
|
|
|
|
|
|
|
The following things are supported:
|
|
|
|
|
|
|
|
* Browsing all artists/albums/tracks
|
|
|
|
* Searching for any terms
|
|
|
|
* Browsing playlists
|
2016-11-04 12:14:57 +01:00
|
|
|
* Searching explicitly for one of: artists, albums, tracks
|
2016-09-20 07:55:52 +02:00
|
|
|
|
|
|
|
The following things are **not** supported:
|
|
|
|
|
|
|
|
* Creating, editing and deleting playlists
|
|
|
|
* Subsonics smart playlists
|
2016-11-04 12:14:57 +01:00
|
|
|
* Searching for a combination of filters (artist and album, artist and track, etc.)
|
|
|
|
* Browsing more than 2 levels deep in the Subsonic directory tree
|
2016-09-20 07:55:52 +02:00
|
|
|
|
|
|
|
## Contributors
|
|
|
|
|
|
|
|
The following people contributed to this project:
|
|
|
|
- Frederick Gnodtke
|