Path: | README |
Last Update: | Sat Feb 23 07:12:05 +0000 2019 |
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.
Before installing rdiscid make sure you have libdiscid installed. See musicbrainz.org/doc/libdiscid for more information on how to do this.
gem install mb-discid
For Windows a binary gem mb-discid-x.x.x-mswin32.gem is available. To install it follow the instructions below:
rake install
See the documentation of MusicBrainz::DiscID or the example files in the examples directory for usage information.
MB-DiscID is part of the RBrainz project which provides a library to query the MusicBrainz XML web service. For more information about MB-DiscID or RBrainz visit rbrainz.rubyforge.org.
If you have any questions or suggestions regarding MB-DiscID please write to the rbrainz-user mailinglist. If you find bugs or if you have any feature requests please use the RBrainz bug tracker.
MB-DiscID is Copyright (c) 2007-2013 Philipp Wolfer. It is free softare distributed under a BSD style license. See LICENSE for details.
$Id$