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

Add readpicture command #144

Closed glen3b closed 3 years ago

glen3b commented 3 years ago

Based on the excellent work done in #141. Fixes #121.

This PR makes the required tweaks to account for empty responses from binary commands, as well as adding documentation and tests for readpicture. An example script is also provided for practical testing.