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

Queue `crop` command #179

Closed artur-shaik closed 2 years ago

artur-shaik commented 2 years ago

Hi, thank you for your work.

I guess queue crop command is not implemented? Will it be?

Mic92 commented 2 years ago

I am not aware of a crop command. It's not in the protocol spec: https://mpd.readthedocs.io/en/latest/search.html?q=crop python-mpd2 only implements the mpd line protocol and not commands of the mpc cli.

artur-shaik commented 2 years ago

Oh I see now, it is just related to mpc client. Ok, thanks.