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

How to use noidle? #185

Closed artur-shaik closed 2 years ago

artur-shaik commented 2 years ago

I just don't get it. Docs says I can use noidle command, but it returns: NotImplementedError: Abstract MPDClientBase does not implement noidle.

Mic92 commented 2 years ago

This currently only works properly with asyncio: https://github.com/Mic92/python-mpd2/blob/4c1e6a87748b0b0e4cb9839f9b59056e64e2f9ff/examples/asyncio_example.py#L55

artur-shaik commented 2 years ago

Ok, thanks. Seems like docs should be updated.

Mic92 commented 2 years ago

You are welcome to help here. I don't use mpd or this library these days.