K
Kerem Gümrükcü
--
--
--
Kerem said:Hi Verlee,
sorry for my first post. I hit the Send Button too fast *g*
Try them, they are good, a friend of mine used them once
and he told me that the lib was quiet good. I dont know
if this is till true. See for yourself:
http://home.fuse.net/honnert/hundred/
Regards
Kerem
The best tag library I am aware is taglib-sharp
http://www.taglib-sharp.com/Main_Page
I think it is structured better than the hundred miles library as well.
Veerle said:Also saving modified tags doesn't work for me. I want to be able to
save the ID3v1 and ID3v2 tags seperately, so I wrote the code beneath.
Any idea what I do wrong and how I can save this tags seperatly?
// Get file
TagLib.File file = TagLib.File.Create(fileName);
Do you get an excpetion or an error message ?, to be honest you are
better off posting this in the taglibsharp forum than here.
Veerle said:Anyone tried accessing the WinAmp or iTunes dlls that come with
installation through C#? Or anyone have another suggestion for a good
library?