Skip to content

myers/python-musicbrainz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-musicbrainz 

If you've installed python-musicbrainz before, you will need to remove the
old directory.  With ctypes I only need one file, not a whole directory of
stuff.

This is a straight python to c binding for libmusicbrainz.  It uses ctypes
to avoid having to write c code.  You'll have to get and download the ctypes
module from http://sf.net/projects/ctypes/, or if you have debian unstable,
you can apt-get it.

To install:

	python setup.py install

Next check out the "examples" directory to see some examples of using the
module.

The docs for the underlying lib can be found at: 

http://musicbrainz.org/docs/mb_client/mb_c_h.html

About

Python wrapper for MusicBrainz, a music metadata source

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published