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

MPDClient.list() never returns #95

Open
jandrioli opened this issue May 4, 2018 · 1 comment
Open

MPDClient.list() never returns #95

jandrioli opened this issue May 4, 2018 · 1 comment

Comments

@jandrioli
Copy link

Hi, I'm trying to use send_ and fetch_ to access a huge music library. If I use ncmpccpp I can easily and quickly list and browse my artists list.
However, there is no way to make a python script properly retrieve a list of artists.
I tried using the MPDClient.list('artist') command but it gets stuck forever.

What to do ?

@Mic92
Copy link
Owner

Mic92 commented May 5, 2018

I suppose they are using some kind of iterator in ncmpcpp while python-mpd makes it a list, that is only returned when the whole result is fetched.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants