简体   繁体   English

在哪里可以找到TagLib#库的源代码?

[英]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. 前一段时间,在ID3实施网页上,我发现TagLib#是用于处理音频文件中标签的非常有用的库。 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. 但是,当我最近尝试从http://developer.novell.com/wiki/index.php/TagLib_Sharp获取最新代码时,我感到很失望,因为显然Novell摆脱了该项目的页面。

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. 要在自己的项目中使用taglib-sharp,我将使用NuGet安装编译版本。 To install TagLib#, run the following command in the Package Manager Console in Visual Studio. 要安装TagLib#,请在Visual Studio的程序包管理器控制台中运行以下命令。

PM> Install-Package taglib

The NuGet distribution of taglib-sharp can be found at http://nuget.org/packages/taglib . 可以在http://nuget.org/packages/taglib上找到taglib-sharp的NuGet分布。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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