Can i use ID3 to get details of mp3 file link
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.
精彩评论