获取 mp3 文件的插图

发布于 2024-09-06 22:16:28 字数 86 浏览 5 评论 0原文

大家好,请问如何访问 mp3 的艺术作品图像。我从服务器下载 mp3 并将其保存在文档中,当我从文件播放它时,我想显示 mp3 的图像?

谢谢

Hi guys does anyone how you can access the artwork image for an mp3. I download the mp3 from a server and save it in documents, and when i play it from file I want to display the image for the mp3?

thanks

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

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

发布评论

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

评论(2

罪歌 2024-09-13 22:16:28

专辑封面通常嵌入在 ID3 标签中。可以使用 id3lib 库来读取它。

编辑:还有 id3v2 命令行实用程序。不过我还没用过。

The album art is usually embedded in the ID3 tag. The id3lib library can be used to read it.

EDIT: There is also the id3v2 command-line utility. I haven't used it though.

纵山崖 2024-09-13 22:16:28

它可能位于 ID3 标记 中。 2.4 和 2.3(“APIC”)是最常见的,但 2.2(“PIC”)仍然存在。有各种 C 库可能会有所帮助。

有 MPMediaItemArtwork,但我认为它仅适用于 iTunes/iPod/任何库中的文件。

It's probably going to be in the ID3 tag. 2.4 and 2.3 ("APIC") are the most common, but 2.2 ("PIC") is still floating around. There are various C libraries which may help.

There's MPMediaItemArtwork, but I think that only works for files in the iTunes/iPod/whatever library.

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