-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
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
having issues with modern mpd clients #68
Comments
Yeah, mopidy-mpd is very far behind with respect to mpd compatibility. There are probably some open issues for part of the problem if memory serves. This plugin needs someone to step up and implement the missing protocol features and ideally to own maintaining the plugin. But just fixing the issues at hand of course also helps 🙂 |
closely related to #47. last
time i looked, we only missed album art and revamped search (the latter
of which the official mpd clients didn't even use at the time).
given that mopidy-mpd doesn't work *at all* for a substantial portion of
users, maybe it's time to pretend to support a higher version, even if
we're missing some stuff?
|
from my (really) quick look at mopidy-mpd, the The albumart/readpicture commands are starting to get some adoption nowadays. From what I can see it was being worked on here #57 but was abandoned. And there is also stuff like
I do not think that reporting an incorrect version is the way to go as that would make clients unable to properly decide whether a given feature is supported by the protocol ahead of time. This would force these clients to instead rely on error responses for fallback behavior. |
There is an issue somewhere that's trying to track what's missing, if you find something missing from that list then please add it. There was an issue with the implementation for albumart if I recall but maybe it can be rescued, I don't remember exactly. Someone (else) needs to take the lead on this. |
Fyi, #57 is working fine and has been rebased onto master several times :) I do not know why it has not been merged yet, but I've been using it since two years with no issues |
Feel free to address the numerous review comments. That's why it's not merged. just because it "works for me" doesn't mean it's code we can merge because it's us left maintaining it. |
I have been using old ncmpcpp, but lately I wanted to switch to something that will work well with mopidy and MPD that has a modern TUI in rust or go and found one but for some reason is not compatible with mopidy-mpd? ?
Here is the issue for more context
mierak/rmpc#50
Is there a reason why mopidy-mpd has this problem?
thanks
The text was updated successfully, but these errors were encountered: