Files | Admin

Notes:

Release Name: MB-DiscID 0.1.1

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 the first release. It already includes all functions provided by
libdiscid. For an example on how to use MB-DiscID see the file
example/discid.rb included in the package.


Changes: MB-DiscID 0.1.1: * Minor changes to source to support MS compiler * Provide Win32 binary gem * Changed require of library to "require 'mb-discid'" (was "require 'DiscID'" before, which was likely to cause problems)