SongKong Jaikoz

SongKong and Jaikoz Music Tagger Community Forum

can't set a new cover image

hello everybody,
i’m writing a little application to edit id3 tags using the jaudiotagger library. my problem is that i can’t set the cover image of a mp3. i can read out the cover by using FrameBodyAPIC and also write the image to a file but the attempt to set a new image either with FrameBodyAPIC or createArtworkField (like described here) always fails, that means every player or id3 tagging software i got does not show the new image.

can anybody help???

This documentation is a little out of date, there are simpler methods available now such as createAndSetArtworkField() in the tag field. Please see http://www.jthink.net/jaudiotagger/javadoc/org/jaudiotagger/tag/Tag.html