views:

153

answers:

3

TagLib seems like a good choice, but I don't use C++ and bindings for other languages are limited. Currently I use the ATL library, but it hasn't been maintained since 2005 and I'm having a hard time doing this myself. So I'm looking for another open source alternative that is actively developed. Do you know of one?

A: 

I've not used it personally, but it looks like Audio::TagLib (in CPAN) is a Perl interface / substitute for TagLib.

Sol
+2  A: 

Do you mean id3 tags? The Jedi project has components to do that: http://sourceforge.net/project/showfiles.php?group_id=45786 Look for JvID3v1 and JvID3v2.

longeasy
+1  A: 

There is a Delphi component library called newac http://code.google.com/p/newac/ that has bindings for TagLib.

Robert Wahler