我可以使用 ID3 获取 mp3 文件链接的详细信息吗

发布于 2024-11-15 00:29:33 字数 120 浏览 3 评论 0原文

mp3 文件未存储在我的服务器中。

我只有 mp3 文件的链接

我可以使用 id3 获取详细信息吗?

谢谢。

The mp3 file is not stored in my server.

I just have the link of the mp3 file.

Can i get the details using id3 ??

Thanks.

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

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

发布评论

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

评论(2

错爱 2024-11-22 00:29:33

如果您指的是带有 link 的 URL,那么答案是否定的,您无法获取链接的 mp3 文件的更多信息。

If you mean the URL with link then the answer is no, you cannot get more information of the linked mp3 file.

爱你不解释 2024-11-22 00:29:33

ID3 标记是文件开头的一堆字节。如果您可以打开与此 URL 的连接并获取这些字节,则可以使用 id3 读取器库来获取此信息。

ID3 tag is a bunch of bytes at the start of file. If you can open connection to this URL and get those bytes, you can use a id3 reader lib to get this information.

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