rattboi / mopidy-subsonic

Mopidy backend extension for playing music from Subsonic Music Streamer
MIT License
17 stars 14 forks source link

"context" - unknown config key #10

Open luckydonald opened 9 years ago

luckydonald commented 9 years ago
WARNING    subsonic/context unknown config key.
WARNING  Please fix the extension configuration errors or disable the extensions to silence these messages.

I have an Ampache sitting at https://cloud.example.com/amp with enabled subsonic interface. It does work with the mobile subsonic apps (tested on iPone 4s).

So my config is:

[subsonic]
enabled = true
hostname = cloud.example.com
port = 443
username = user
password = not-gonna-post-that-to-the-internet
ssl = yes     # while the default seems to use true/false
context = amp/rest       # this fails.

(comments not in my config)

If you need the actual url, or a test account there, send me a message on Telegram: @luckydonald

kingosticks commented 9 years ago

If you installed from pip then that's an old version which doesn't support the context config option. Hopefully it'll be updated soon. In the meantime you can always install from github if you want.