GitHunt
JO

joaobrunoah/taglib-sharp

LIbrary for reading and writing metadata in media files

TagLib# (aka taglib-sharp) is a library for reading and writing
metadata in media files, including video, audio, and photo formats.

It is API stable, with only API additions (not changes or removals)
occuring in the 2.0 series.

TagLib# is free/open source software, released under the LGPL.
We welcome contributions! Please try to match our coding style,
and include unit tests with any patches. Patches can be submitted
by filing a bug and attaching the diff to it.

To Build From Git:
git clone git://github.com/mono/taglib-sharp.git
cd taglib-sharp
./autogen.sh && make

To Build From Tarball:
./configure && make

You can also build from MonoDevelop or Visual Studio using taglib-sharp.sln

To Test:
make test

Languages

C#99.5%Boo0.2%Shell0.2%C++0.1%
GNU Lesser General Public License v2.1
Created June 26, 2015
Updated June 26, 2015