Mic92 / python-mpd2

Python library which provides a client interface for the Music Player Daemon.
GNU Lesser General Public License v3.0
352 stars 119 forks source link

Don't get how the "group" keyword works #53

Closed aruhier closed 5 years ago

aruhier commented 9 years ago

Hello, I'm trying to list my albums grouped by artists, but I don't really get how to do that : your documentation indicates that list() can take an argument "group", so I try to do that:

    mpdclient.connect(server, port)
    mpdclient.list("album", "group", "albumartist")
mpd.CommandError: [2@0] {list} not able to parse args

Did I misunderstood your doc or do I have to do this in 2 operations (listing artists, and then listing the albums for each artist of the list) ? Thank you

mxjeff commented 9 years ago

This is related to #50, I did not noticed grouping was available for list command as well /o\

The solution might be different though.

ibeex commented 5 years ago

Any info on this, it still don't work.

rnixx commented 5 years ago

Fixed via #106