<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16414" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2><SPAN class=609101401-06052007>Hi 
there;</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=609101401-06052007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=609101401-06052007>I'm just trying to 
switch my music library project over to taglib. I use C# and Visual Studio 
2005.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=609101401-06052007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=609101401-06052007>two questions (so 
far)</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=609101401-06052007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=609101401-06052007>1. Documentation; I 
have documentation for ver 1.4, but am using ver 1.9. Is a more up-to-date 
version of the documentation available? </SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=609101401-06052007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=609101401-06052007>2. Saving artist 
info; </SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=609101401-06052007>can't save to 
Tag.FirstArtist - it is read-only; </SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN class=609101401-06052007>can't save to 
Tag.<FONT size=2>AlbumArtists[0] original value is not changed. 
</FONT></SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=609101401-06052007></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=609101401-06052007>code 
sample;</SPAN></FONT></DIV>
<DIV><FONT face=Arial><SPAN class=609101401-06052007>
<P><FONT size=2><FONT face=Courier>TagLib.</FONT><FONT face=Courier><FONT 
color=#2b91af>File</FONT> tagToWrite = TagLib.<FONT 
color=#2b91af>File</FONT>.Create(fileName);</FONT></FONT></P>
<P><FONT face=Courier size=2>tagToWrite.Tag.Album = tagData[0];</FONT></P>
<P><FONT face=Courier size=2>tagToWrite.Tag.AlbumArtists[0] = 
tagData[1];</FONT></P><FONT face=Courier>
<P><FONT size=2>tagToWrite.Save();</FONT></P>
<P><SPAN class=609101401-06052007><FONT face=Arial size=2>where "filename" is 
the path to the file. and "tagdata[0]" and "tagdata[1]" are stringd with the 
info i wish to save.</FONT></SPAN></P>
<P><SPAN class=609101401-06052007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</P>
<P><SPAN class=609101401-06052007><FONT face=Arial size=2>Any 
thoughts?</FONT></SPAN></P>
<P><SPAN class=609101401-06052007><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</P>
<P><SPAN class=609101401-06052007><FONT face=Arial size=2>Thanks, 
Paul</FONT></SPAN></P></FONT></SPAN></FONT></DIV></BODY></HTML>