开发者

Can i use ID3 to get details of mp3 file link

开发者 https://www.devze.com 2023-03-12 05:31 出处:网络
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 ??

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.


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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消