albumart
command MPDClient
to MPD::Client
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
# MPD::Client CHANGELOG
## 0.2.0
* Tested with Ruby 3.1
* Add `albumart` command
## 0.1.0
* Rename `MPDClient` to `MPD::Client`
## 0.0.6
* Fixed readcomments command
## 0.0.5
* Support for mount, umount, listmounts, listneighbors
* Support for listfiles
* Support for rangeid, addtagid, cleartagid
## 0.0.4
* Added support for readcomments, toggleoutput, volume
* Added a mutex protecting execution of MPD commands
* Automatic reconnect after the server dropped the connection
## 0.0.3
* Support for logging
* Better support for fetching stickers from MPD
* Fixed sticker commands
* Add support for ranges
## 0.0.2
* Support for connecting to unix domain sockets
* Fixed some bugs
## 0.0.1
* Porting code from mpd-python2