Share

Java MP3 ID3 Tag Library

Code

Programming Languages: Java

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics cvs -d:pserver:anonymous@javamusictag.cvs.sourceforge.net:/cvsroot/javamusictag login

cvs -z3 -d:pserver:anonymous@javamusictag.cvs.sourceforge.net:/cvsroot/javamusictag co -P modulename

Show:

What's happening?

  • Using FrameBodyPIC

    Hi, I'm trying to write a id3_v2 PIC frame in an existing mp3 file and can't get it working. Every other info I write seem ok but the PIC frame won't work. Here is the code I'm using RandomAccessFile imageFile = new RandomAccessFile(file, "r"); byte[] imagedata = new byte[(int) imageFile.length()]; imageFile.read(imagedata); frameBody = new FrameBodyPIC((byte) 0...

    2009-10-25 19:04:12 UTC by https://www.google.com/accounts

Our Numbers