We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
Taglib# 是最好的。它是 TagLib C 库到 C# 的直接移植。
要安装 TagLib#,请在 Visual Studio 的包管理器控制台中运行以下命令。
taglib-sharp 的 NuGet 发行版可以在 http://nuget.org/packages/taglib 中找到。
官方源代码存储库位于 https://github.com/mono/taglib-sharp。
这是使用该库的示例:
Taglib# is the best. It's direct port of the TagLib C library to C#.
To install TagLib#, run the following command in the Package Manager Console in Visual Studio.
The NuGet distribution of taglib-sharp can be found at http://nuget.org/packages/taglib.
The official source code repository is at https://github.com/mono/taglib-sharp.
Here's an example using the library:
我个人从这里使用过ID3.Net:
http://id3dotnet.sourceforge.net/
以及来自此处的 UltraID3Lib:
http://home。 fusion.net/honnert/hundred/
两者都很好地完成了工作,并且从 API 的角度来看都很易于使用。
I've personally used ID3.Net from here:
http://id3dotnet.sourceforge.net/
As well as UltraID3Lib from here:
http://home.fuse.net/honnert/hundred/
Both did the job well and were easy to use from an API standpoint.
这是一个为执行此操作而编写的 sourceforge 项目,并且似乎有一些不错的评论:
http://csid3lib.sourceforge.net /
我只读过 ID3 标签,从未编写过它们,所以我无法对此进行具体评论。然而,我相信这个项目(在更早的阶段)是我曾经做过的。
Here's a sourceforge project that's been written to do this and seems to have some good reviews:
http://csid3lib.sourceforge.net/
I've only ever read ID3 tags, never written them, so I can't comment specifically on that. However, I believe this project (in a much earlier stage) was what I used to do it.
另外:http://id3tag.codeplex.com/
Also: http://id3tag.codeplex.com/