-
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
Incompabilities with MPD protocol v0.19 #2
Comments
We also have an outstanding TODO for |
We could also consider making the version we report a config option. That way you could downgrade if you run into issues without code changes. Of course this might just be confusing for end users. |
Wouldn't that need additional code? I mean, supporting multiple versions of a protocoll usually is complicated, too. Anyway, I would love to see this issue fixed because it seems to make MPDroid (MPD client for Android) unusable with Mopidy, see https://github.com/mopidy/mopidy/issues/1314 and mopidy/mopidy#1246. |
It'd need a small amount of code now to implement such a config option but I think the point is that it'd save end users having to hack the protocol version as they may currently do. Implementing the real fix is a bit tricky in some places and considerably more work. I had a branch implementing 'group by' but I ended up needing to change Mopidy's core API and then consequently needed to patch some of the backend extensions. Perhaps there's a simple way to avoid all that if someone has the motivation to get into it. |
As well as |
Shouldn't For me, it's very essential for organizing my music. |
Yes, ideally, but AFAIK it's not a widely used feature so we'll definitely need someone to take that on. I think it was implemented back in v0.15! |
It looks like we missed a few changes in version 0.19 of the MPD protocol in mopidy/mopidy#1213. Below is the entire list of protocol changes taken from MPD's 0.19 (2014/10/10) changelog:
The new grouping functionality for
list
is being used by MPDroid and was originally reported in https://github.com/mopidy/mopidy/issues/1314.The text was updated successfully, but these errors were encountered: