No description
Find a file
2020-03-08 12:30:14 +01:00
.circleci Update project to match cookiecutter-mopidy-ext 2020-03-08 12:29:05 +01:00
mopidy_subidy Run pyupgrade to Python 3.7+ 2020-03-08 12:30:14 +01:00
tests Update project to match cookiecutter-mopidy-ext 2020-03-08 12:29:05 +01:00
.gitignore Update project to match cookiecutter-mopidy-ext 2020-03-08 12:29:05 +01:00
LICENSE Added content to README and LICENSE, changed version to 0.1.0 2016-09-20 08:12:48 +02:00
MANIFEST.in Update project to match cookiecutter-mopidy-ext 2020-03-08 12:29:05 +01:00
pyproject.toml Update project to match cookiecutter-mopidy-ext 2020-03-08 12:29:05 +01:00
README.md Merge branch 'master' of https://www.github.com/Prior99/mopidy-subidy into writable_playlists 2017-06-04 22:45:01 -04:00
setup.cfg Update project to match cookiecutter-mopidy-ext 2020-03-08 12:29:05 +01:00
setup.py Update project to match cookiecutter-mopidy-ext 2020-03-08 12:29:05 +01:00
tox.ini Update project to match cookiecutter-mopidy-ext 2020-03-08 12:29:05 +01: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
legacy_auth=(optional - setting to yes may solve some connection errors)
api_version=(optional - specify which API version to use. Subsonic 6.2 uses 1.14.0)

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, creating, editing and deleting playlists
  • Searching explicitly for one of: artists, albums, tracks

The following things are not supported:

  • Subsonics smart playlists
  • Searching for a combination of filters (artist and album, artist and track, etc.)

Contributors

The following people contributed to this project:

  • Frederick Gnodtke
  • hhm0