Skip to content
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

MPD protocol version issue causing problems with album list in mpdroid #11

Open
gijsstat opened this issue Oct 18, 2015 · 2 comments
Open
Labels
mpd-0.19 MPD 0.19 compatability

Comments

@gijsstat
Copy link

I have mopidy version 1.1.1 installed using the sqlite local library. In mpdroid I can see the artists, but the album tab remains empty.
When I look in mopidy's debug I see this happening:

Request from [::ffff:192.168.179.26]:53762: list "album" "group" "artist"
DEBUG 2015-10-18 10:27:00,700 [22935:MpdSession-19] mopidy.mpd.session
Response to [::ffff:192.168.179.26]:53762: ACK [2@0] {list} not able to parse args

mpdroid asks the album list like this apparently because the version of the mpd protocol reported by mopidy is 0.19.0. When I 'patch' the devel version of mopidy to report 0.17.0 it works flawlessly, because mpdroid asks simply for list "album". But it is probably better if this is fixed in another way ;-).

The mpdroid developers suggested I ask here. Thanks for any help,

Gijs

@kingosticks
Copy link
Member

Thanks for the report. It certainly does look like we did miss some changes to the MPD protocol including this one and I've opened an issue to track all of these.

@adamcik
Copy link
Member

adamcik commented Dec 5, 2015

We should probably go back to reporting 0.18 or 0.17 as long as support for groups hasn't been added. I'm also tempted to wonder if we should turn the protocol version to report into a setting, though that might cause a lot of other problems when people start setting it themselves.

@jodal jodal transferred this issue from mopidy/mopidy Dec 20, 2019
@jodal jodal added the mpd-0.19 MPD 0.19 compatability label Dec 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mpd-0.19 MPD 0.19 compatability
Projects
None yet
Development

No branches or pull requests

4 participants