TagLib# Windows 发行版?或者另一个好的 ID3 阅读器?

发布于 2024-08-20 10:15:06 字数 275 浏览 8 评论 0原文

我想编写一个快速程序,使我的 MP3 文件的文件组织重新与 ID3 标签中的信息同步...

我曾尝试获取 Windows Media Format SDK,但当我去安装时,它说它可以只能在WinXP上运行。我发现这里有人建议 TagLib#,从代码示例来看,它看起来非常好。问题是官方网站似乎已经消失,而且我发现的 Novell 服务器上的托管的其他链接也已关闭。

有人知道我还能在哪里获得适用于 Windows 的 C#/VB.NET 的 TagLib# 发行版吗?或者另一个好的 ID3 标签阅读器?

I wanted to write a quick program to get the file organization of my MP3 files back into sync with the info in my ID3 tags...

I had tried to get the Windows Media Format SDK, but when I go to install it says it can only run on WinXP. I found someone on here suggest TagLib#, which looked REALLY good, from the code examples. Problem is it seems the official site is gone, and the other links I've found to a hosting on Novell's servers is also down.

Anyone know where I can still get a distro of TagLib# for C#/VB.NET for Windows? Or another good ID3 tag reader?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

爱殇璃 2024-08-27 10:15:06

我建议使用 NuGet 安装 taglib-sharp。 NuGet 是在 Visual Studio 中使用开源库的最佳且最简单的方法。

要安装 TagLib#,请在 Visual Studio 的包管理器控制台中运行以下命令。

PM> Install-Package taglib

taglib-sharp 的 NuGet 发行版可以在 http://nuget.org/packages/taglib 中找到。
官方源代码存储库位于 https://github.com/mono/taglib-sharp

I would recommend installing taglib-sharp with NuGet. NuGet is the best and easiest way to use opensource libraries in Visual Studio.

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 official source code repository is at https://github.com/mono/taglib-sharp.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文