编写ID3v2 Tag解析代码,需要好的例子来测试

发布于 2024-07-06 08:53:56 字数 165 浏览 3 评论 0原文

我正在编写软件来解析 Java 中的 ID3v2 标签。 我需要找到一些文件,其中包含带有许多不同框架的标签的良好示例。 理想情况下,标签将包含嵌入的图片,因为这就是我现在最烦恼的。

有谁知道我在哪里可以找到一些好的免费(合法)ID3v2 标记文件(ID3v2.2 和 ID3v2.3)?

I am writing software to parse ID3v2 tags in Java. I need to find some files with good examples of the tag with lots of different frames. Ideally the tags will contain an embedded picture because that is what is kicking my butt right now.

Does anyone know where I can find some good free (legal) ID3v2 tagged files (ID3v2.2 and ID3v2.3)?

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

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

发布评论

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

评论(2

未蓝澄海的烟 2024-07-13 08:53:56

您可以自己使用标记器创建示例文件。 我是 Windows 免费软件标记器 Mp3tag 的作者,它能够写入 ID3v2.3 (UTF -16 和 ISO-8859-1)以及 UTF-8 中的 ID3v2.4 标签(均与 APIC 帧一起)。 您可以在此处找到受支持的框架列表。

要创建 ID3v2.2 标签,我认为唯一的程序是 iTunes,它以自己的方式解释 ID3 规范,并编写许多不在规范中的 iTunes 特定框架。

You can create the example files with a tagger by yourself. I'm the author of the Windows freeware tagger Mp3tag which is able to write ID3v2.3 (UTF-16 and ISO-8859-1) and ID3v2.4 tags in UTF-8 (both along with APIC frames). You can find a list of supported frames here.

To create ID3v2.2 tags, I think the only program out there is iTunes which interpretes the ID3 spec in it's very own way and writes numerous iTunes specific frames that are not in the spec.

尾戒 2024-07-13 08:53:56

这可能是显而易见的,而不是您想要的,但是翻录一些合法获得的 CD 并使用 iTunes 编辑它们怎么样? iTunes 还允许您添加嵌入图片。 当然有许多开源程序也可以做到这一点。

This maybe be obvious and not what you are seeking, but what about ripping some of your legally obtained CDs and editing them using iTunes? iTunes would also allow you to add embedded picture. There are of course many open source programs that will also do this.

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