views:

70

answers:

2

I am writing a short Java program that downloads the lyrics from a website. The only problem is that I don't know how to access the lyrics tab in the mp3 file. Any help would be appreciated

A: 

You need a library to edit the tags in the mp3 file.

Have a look at: http://javamusictag.sourceforge.net/index.html

svens
A: 

JAudioTagger is a more complete library than javamusictag.

tulskiy