Posted By: Philipp Wolfer
Date: 2009-11-24 21:44
Summary: MB-DiscID 0.1.4
Project: RBrainz - Ruby MusicBrainz library
Version 0.1.4 of MB-DiscID has been released. 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 0.1. 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.
More information:
http://rbrainz.rubyforge.org
API-Documentation:
http://rbrainz.rubyforge.org/mbdiscid/api/
Please note that 0.1.4 is a bugfix release to fix the broken read method in 0.1.3, which was released just a few hours earlier.
Changes in this release since 0.1.2:
* Added singleton method +sectors_to_seconds+ to convert sectors into seconds
* Added method +seconds+ to retrieve disc length in seconds
* Added method +track_info+ for accessing more detailed information about tracks
* Fixed building with Ruby 1.9 (Mihaly Csomay) |
|