We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue is actually related to an issue found in an utility MPD client MPD_sima (also mentioned in #14).
Here is the ouptput of commands MPD command:
commands
printf "commands\nclose\n" | nc localhost 6600 | grep -E '(subscribe|channels)' - command: channels command: subscribe command: unsubscribe
mopidy should not expose channels capabilities if it does not implement it.
channels
Cheers
The text was updated successfully, but these errors were encountered:
Yeh, despite the wording:
Shows which commands the current user has access to.
It seems nonsensical to advertise anything that isn't actually implemented (yet).
Either remove the @protocol.commands.add decorator for all these non-implemented commands, or set list_command=False.
@protocol.commands.add
list_command=False
Sorry, something went wrong.
No branches or pull requests
This issue is actually related to an issue found in an utility MPD client MPD_sima (also mentioned in #14).
Here is the ouptput of
commands
MPD command:mopidy should not expose
channels
capabilities if it does not implement it.Cheers
The text was updated successfully, but these errors were encountered: