Mon Dec 18 10:18:43 EST 2006
0.1.1 Released!
This is just a minor update, I rewrote the MPD::Song implementation; Now any song attributes can be accessed using the field name as a method name on the song, ie:
song.title # same as song['title']
song.artist # same as song['artist']
I also fixed some of the comments. Let me know of any bugs!
Mon Nov 27 13:14:53 EST 2006
librmpd has a release!
0.1.0 Was released just a short time ago, it contains all of the tests and functionality needed to write your own clients. Better documentation for the test server and library are on its way.
You can find the release here
To install, just download and run the command gem librmpd-0.1.0.gem
Thu Nov 16 00:00:57 EST 2006
Good News! The test server is 100% complete, as are its unit tests. As of this writing, its running under 46 tests for a total of 2270 assertions!
This means anyone hoping to have nice scriptable unit tests can now do so. Just supply the test server a fake database (one included) and start it up, your client won't know the difference. I'll be writing documentation for it soon.
Wed Aug 23 14:22:17 EDT 2006
I more or less created these pages today, the RDocs still need to be generated though, and some links need to be fixed.
All of my code is in the svn repo, and will be updated regularly. A release should be along soon