accessing iTunes Lyrics data in Java on Windows
I am writing a sho开发者_Go百科rt 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
JAudioTagger is a more complete library than javamusictag.
You need a library to edit the tags in the mp3 file.
Have a look at: http://javamusictag.sourceforge.net/index.html
精彩评论