python-mpd2
python-mpd2 copied to clipboard
Add CD to playlist
To import a complete cd from my music database (minimserver) into the playlist I use the following command:
mpc ls 'MinimServer/MUSICBRAINZ_ALBUMID/3da0558c-9b50-4249-9dba-3f2e6b0b439a' | mpc add
Most of the time this is working well. However I tried to find the equivalent commands(s) in python-mpd2 module. Unfortunately without success. Any ideas are welcome.
Thanks, Kees
How about findadd? https://www.musicpd.org/doc/html/protocol.html#command-find https://python-mpd2.readthedocs.io/en/latest/topics/commands.html#MPDClient.findadd
Any updates on this?