The libmusicbrainz package contains a library which allows you to access the data held on the MusicBrainz server. This is useful for adding MusicBrainz lookup capabilities to other applications.
MusicBrainz is a community music metadatabase that attempts to create a comprehensive music information site. You can use the MusicBrainz data either by browsing the web site, or you can access the data from a client program — for example, a CD player program can use MusicBrainz to identify CDs and provide information about the CD, about the artist or other related information.
Download (HTTP): http://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-2.1.4.tar.gz
Download (FTP): ftp://ftp.musicbrainz.org/pub/musicbrainz/libmusicbrainz-2.1.4.tar.gz
Download MD5 sum: 98bf1e102dda3b6ec3e72e1426445489
Download size: 509 KB
Estimated disk space required: 10.2 MB
Estimated build time: 0.3 SBU
Python-2.4.4 and ctypes
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libmusicbrainz
Install libmusicbrainz by running the following commands:
./configure --prefix=/usr && make
Build the Python bindings with the following commands:
(cd python && python setup.py build)
To test the Python bindings, issue the command (cd python && python setup.py test).
Now, as the root user:
make install && install -v -m644 -D docs/mb_howto.txt \ /usr/share/doc/libmusicbrainz-2.1.4/mb_howto.txt
If you built the Python bindings, issue the following command as the root user to intstall them:
(cd python && python setup.py install)
Last updated on 2007-01-18 13:38:19 -0600