Reading Remote MP3 File's ID3 Tags using Java
问题 I am looking for a way to read the ID3 tags from an MP3 file on a remote server without actually downloading the file. I have seen libraries like JAudioTagger and Entagged, but both seem to require a file object and not a URL or InputStream, which I know how to get with a remote file. Is there another library that can do this? Or is there a way to get the correct object to interact with these classes using a URL? 回答1: This page describes how to get the ID3 V. 1 tags of an MP3 file. http:/