README

Path: README  (CVS)
Last Update: Thu Aug 31 01:52:15 EDT 2006

MusicBrains-Ruby 0.3.0 README

=======================

This document was last updated on Thu Aug 31 01:49:45 2006. See the file COPYING for licensing and warranty information. Please see www.pablotron.org/software/mb-ruby/ for the latest version of this software.

Introduction

======

MusicBrainz (www.musicbrainz.org/) is a music metadatabase similar to CDDB. MusicBrainz-Ruby is a Ruby (www.ruby-lang.org/) binding for MusicBrainz.

Installing MusicBrainz-Ruby

=====================

Installation should be fairly straightforward. Assuming you have both Ruby and version 2.1.0 or later of the MusicBrainz client library, simply do the following:

  # ruby extconf.rb
  # make && su -c 'make install'

If you have RubyGems (rubygems.org/) installed, you can also install MusicBrainz-Ruby like this:

  sudo gem install mb-ruby

Reporting Bugs

========

Have a bug to report or a feature you’d like me to add to MB-Ruby? Feel free to email me at the address below. Alternatively, you can submit your feature request or bug directly to my bug-tracking web interface at the following URL:

  http://bugs.pablotron.org/

(note that you’ll need to create an account in order to submit a feature request or a bug report via the web interface).

About the Author

==========

Paul Duncan <pabs@pablotron.org> www.pablotron.org/

[Validate]