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???