Andrew
Andrew

Reputation: 1

accessing iTunes Lyrics data in Java on Windows

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

Upvotes: 0

Views: 232

Answers (2)

Denis Tulskiy
Denis Tulskiy

Reputation: 19167

JAudioTagger is a more complete library than javamusictag.

Upvotes: 1

svens
svens

Reputation: 11628

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

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

Upvotes: 0

Related Questions