Where can I find the source code for the TagLib# library?
Some time ago on the ID3 Implementations web page I found TagLib# to be quite useful library for handling tags in audio files. However when I recently tried to get the latest code from the http://developer.novell.com/wiki/in开发者_运维知识库dex.php/TagLib_Sharp I was sadly disappointed because apparently Novell got rid of the project's page.
Does anyone know if there is any new home page for the project?
Don't know about a homepage, but the source code is here.
To use taglib-sharp in your own project I would just install the compiled version using NuGet. To install TagLib#, run the following command in the Package Manager Console in Visual Studio.
PM> Install-Package taglib
The NuGet distribution of taglib-sharp can be found at http://nuget.org/packages/taglib.
精彩评论