如何在 python 中获取除正则表达式和 id3 标签之外的音频文件元数据

发布于 2024-09-08 15:33:02 字数 217 浏览 3 评论 0原文

现在我正在编写一个脚本,需要从所有这些音频文件中提取艺术家、专辑和标题。目前,我首先尝试使用正则表达式提取它们,如果文件命名不好,我会采取缓慢的路线并尝试使用 id3 标签获取信息。如果两者都不起作用,这些文件就会被忽略。

不过,id3 标签仅适用于 mp3 文件,所以我想知道是否有人知道任何好的 id3 等效标签读取 python 库,用于其他一些流行的音频文件扩展名。

谢谢! 授予

Right now I'm working on a script that needs to extract the artist, album, and title from all these audio files. At the moment, I first try to extract them with regular expressions, and if the files aren't named nicely I go the slow route and try to get the information with id3 tags. The files then just get ignored if neither works.

Id3 tags only work with mp3 files though, so I was wondering if anyone knew any good id3 equivalent tag reading python libraries for some of the other popular audio file extensions.

Thanks!
Grant

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

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

发布评论

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

评论(1

随遇而安 2024-09-15 15:33:02

使用诱变剂。它是一个多格式标签读取(和写入)库。

Use mutagen. It's a multi-format tag reading (and writing) library.

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