views:

322

answers:

1

Hi all, i wanted to write a quick program to get the file organization of my MP3 files back into sync with the info in my ID3 tags...

I had tried to get the Windows Media Format SDK, but when i go to install it says it can only run on WinXP. I found someone on here suggest TagLib#, which looked REALLY good, from the code examples. Problem is it seems the official site is gone, and the other links i've found to a hosting on Novell's servers is also down.

Anyone know where i can still get a distro of TagLib# for C#/VB.NET for Windows? Or another good ID3 tag reader?

+1  A: 

You can do an svn checkout of the code from http://anonsvn.mono-project.com/source/trunk/taglib-sharp.

mockedobject
Is there a way to get an actual project out of that... a zip maybe, without having to individually download a dozen files? Is that something with SVN somehow? I am not familiar with that at all.
eidylon
I'm not sure there is an individual file or even source package for taglib-sharp at the moment. The easiest way to get the source will probably be to download and install tortoisesvn from http://tortoisesvn.net/downloads. From there you can run the checkout command on the url from the post.
mockedobject