Set Lyrics in MP3 ID3v2 Tag
I want to write lyrics to an mp3 in an Android application.I have found a java library for reading mp3 files and reading/manipulating the ID3 tags (ID3v1 and ID3v2.2 through ID3v2.4), named mp3agic . I modified mp3agic to write the lyric tag of the ID3v2 tag, writing the tag: USLT . Found in Wikipedia In a sample Android app I modify the artist, album, title, genre, lyrics, and comment of an MP3. All tags are modified correct except for the lyrics. PowerAMP is used to verify the modified MP3 file and PowerAMP cannot find the lyrics in the MP3. If anyone is familiar with this library here is my