Files | Admin

Notes:

Release Name: MB-DiscID 0.1.2

Notes:
MB-DiscID provides Ruby bindings for the MusicBrainz DiscID library libdiscid.
It allows you to calculate MusicBrainz DiscIDs from audio CDs which you can
use to find the release entry for your CD in the MusicBrainz database.

This is a stable release. It includes all functions provided by libdiscid. For
an example on how to use MB-DiscID see the API documentation on
http://rbrainz.rubyforge.org/mbdiscid/api/ or the file example/discid.rb
included in the package.


Changes: * Support the method put to set the TOC information directly instead of reading it from a device. * Fixed possible core dump if read was called twice and failed the second time. * New to_s method (returns string representation of the ID itself). * Complete RDoc documentation.