python-mpd2 icon indicating copy to clipboard operation
python-mpd2 copied to clipboard

missing documentation of `command_list_ok_begin` & `command_list_end`

Open jankaifer opened this issue 5 years ago • 1 comments

These two commands are essential when issuing multiple commands (like adding 2000 sogs to a playlist). But I was not able to find any mention of them in the documentation of python-mpd2.

jankaifer avatar May 19 '20 17:05 jankaifer

It's implemented https://github.com/Mic92/python-mpd2/blob/master/mpd/base.py#L700 Feel free to add it to the documentation. In the past we used to generate the documentation using the upstream protocol spec.

Mic92 avatar May 26 '20 07:05 Mic92