Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大家好,任何人都知道如何访问 mp3 的艺术品图像。我从服务器下载 mp3 并将其保存在文档中,当我从文件播放时,我想显示 mp3 的图像?
谢谢
专辑封面通常嵌入在 ID3 标签中。id3lib库可以用来读取它。
编辑:还有id3v2命令行实用程序。不过我没用过。
它可能会在ID3 标签中。2.4 和 2.3 ("APIC") 是最常见的,但 2.2 ("PIC") 仍然存在。有各种 C 库可能会有所帮助。
有 MPMediaItemArtwork,但我认为它只适用于 iTunes/iPod/任何库中的文件。