mopidy-subidy/README.md

37 lines
828 B
Markdown
Raw Normal View History

2016-09-18 04:33:46 +02:00
# Mopidy Subidy
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
```
## 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
The following things are **not** supported:
* Creating, editing and deleting playlists
* Advanced searching. This means everything except 'any', 'artist', 'artist' and 'album'
* Subsonics smart playlists
## Contributors
The following people contributed to this project:
- Frederick Gnodtke