id3

Getting the album artwork, song name, album name and artist name from an audio file.

How can I get album artwork, song name, album name and artist name from an audio file? I need to display this without the use of iTunes. Thanks. ...

Looking for a C# asp.net ID3 tag editor

I am looking for an asp.net C# library that can edit ID3 tags. Preferably an open-source and/or free library. In my googling I found TagLib but nothing really about an asp.net implementation. I also, even just a couple of weeks ago, found something called TagLib# but it's no longer where I found it (at this URL:http://developer.novell....

Change title of mp3 in id3 tags to the file name

I have hundreds of mp3 files that have unique file names in succession. i.e. mysong8001.mp3 and mysong8002.mp3 and mysong8101.mp3 where "80" and "81" are the year and "01" and "02" reflect the order of the files for a given year. The person that created the files did not add any tags except for a Title. Unfortunately all of the files ...

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 ther...