What happened to the "TagLib#" library?

ulrichb picture ulrichb · Jan 11, 2009 · Viewed 8.2k times · Source

What is the current status of TagLib# (TagLib sharp)?

The official homepage www.taglib-sharp.com (link removed due to the NSFW nature of the new site that's parked at that address. -BtL) doesn't exist anymore!

I've found the project on ohloh where the old homepage is still linked. Also the download link points to the old site.

BUT the ohloh development pages are linked to a mono-project SVN repository, which seems to be under active development (last commit date: 2009/02/20, current version number: 2.0.3.2).

Furthermore, on the developer.novell.com wiki the same SVN repo is linked.

So, is there any up-to-date homepage or, at least, any up-to-date binary+documentation releases?

Answer

Jacob Hamacher picture Jacob Hamacher · Aug 14, 2012

The page at Novell (http://www.novell.com/products/linuxpackages/opensuse11.1/taglib-sharp.html) is no longer updated.

The source code is now hosted at https://github.com/mono/taglib-sharp and the best way to install and use the latest version is using NuGet. Open the Package Manager Console in Visual Studio and type:

PM> Install-Package taglib

This question is also answered at TagLib# Windows distribution? Or another good ID3 reader?