<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.11.3">
</HEAD>
<BODY>
After a few days of hard work, and many bug fixes, TagLib# is released with read/write support for MPEG4 (iTunes) files. The outputted files can be read by standard readers (including iTunes) and it makes use of the "free" box to make saving as fast as with MP3's.<BR>
<BR>
While the TagLib# library differs from the TagLib in both language and a few conventions, the code may be helpful in adding m4a write support to TagLib.<BR>
<BR>
As with before, the source is at: <BR>
<A HREF="http://www.public.asu.edu/~bnickel/TagLibSharp/taglib-sharp-0.0.1.tar.gz">http://www.public.asu.edu/~bnickel/TagLibSharp/taglib-sharp-0.0.1.tar.gz</A><BR>
<BR>
This does not install, after untarring enter the taglib-sharp-0.0.1 directory and:
<PRE>
./compile
cd tests
./tag-editor /path/to/my/file.m4a (REQUIRES GTK-SHARP 2.0+)
</PRE>
<BR>
If you can test this, please do. I'm sorry the code is so badly formatted but it was quite a mess getting it all working.<BR>
<BR>
- Brian
</BODY>
</HTML>