File: README

package info (click to toggle)
libmusicbrainz-ruby 0.3.0-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 488 kB
  • ctags: 157
  • sloc: ansic: 650; ruby: 286; makefile: 5
file content (46 lines) | stat: -rw-r--r-- 1,391 bytes parent folder | download
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
40
41
42
43
44
45
46
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
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'

If you have RubyGems (http://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>
http://www.pablotron.org/