hello,
i've got problems with jid3lib. I can't write the tags into my files.
here is my written method to write:
public void write(){
try {
org.farng.mp3.MP3File file = new
org.farng.mp3.MP3File(filename);
org.farng.mp3.id3.AbstractID3v1 id3 = new
org.farng.mp3.id3.ID3v1();
id3.setAlbumTitle(album);...
2009-04-12 10:02:38 UTC in Java MP3 ID3 Tag Library