简体   繁体   中英

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/index.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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM