1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
MusicBrains-Ruby 0.2.1 README
=============================
This document was last updated on Thu Jun 09 22:09:26 2005. See the
file COPYING for licensing and warranty information. Please see
http://www.pablotron.org/software/mb-ruby/ for the latest
version of this software.
Introduction
============
MusicBrainz (http://www.musicbrainz.org/) is a music metadatabase
similar to CDDB. MusicBrainz-Ruby is a Ruby (http://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'
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>
http://www.pablotron.org/
|