在 Powershell 中使用 TagLib 读取 id3v2 帧
我正在尝试使用 TagLib# 库和 Powershell 读取文件的 id3v2 标签信息。 读取标准标签属性不是问题(艺术家、标题等),但我很难弄清楚如何读取 ID3v2 帧(特别是注释)。
谁能提供一个简单的例子来说明如何实现这一目标? 这方面的文档似乎很少。
I'm trying to read a file's id3v2 tag information using the TagLib# library with Powershell.
Reading the standard tag properties is not a problem (artist, title etc.), but I'm having difficulty figuring out how to read the ID3v2 frames (specifically the COMMENT).
Can anyone provide a simple example as to how to accomplish this?
Documentation on this is scarce it seems.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这似乎对我有用 - 您能澄清一下您的问题吗?
至少对我来说,这会输出以下行:
This seems to work for me - could you please clarify your question with what isn't working?
For me at least, this output the following line:
想通了。
这就是我想要实现的目标:
抱歉,如果我的描述不够充分。
并感谢您愿意提供帮助。
Figured it out.
This is what I was trying to accomplish:
Sorry if I was not descriptive enough.
And thanks for the willingness to help.