No description
Find a file
2016-11-03 16:14:23 +01:00
mopidy_subidy Added additional debug log when playing back a song from subsonic containing the url (without username and password). 2016-11-03 16:14:23 +01:00
.gitignore Removed *.pyc files. 2016-09-18 04:35:46 +02:00
LICENSE Added content to README and LICENSE, changed version to 0.1.0 2016-09-20 08:12:48 +02:00
MANIFEST.in Initial commit. 2016-09-18 04:33:46 +02:00
README.md Added content to README and LICENSE, changed version to 0.1.0 2016-09-20 08:12:48 +02:00
setup.py Added content to README and LICENSE, changed version to 0.1.0 2016-09-20 08:12:48 +02:00

Mopidy Subidy

A subsonic backend for mopidy using py-sub.

Configuration

Add a section similiar to the following to your mopidy configuration:

[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
  • Searching explicitly for artists, albums, tracks, etc.
  • Subsonics smart playlists

Contributors

The following people contributed to this project:

  • Frederick Gnodtke