Earn Online (2) English (10) Java (7) Money (1) Money Online (1) Script (2) Trending (7)

MP3 ID3 Tag with java


Add ID3 tag to a MP3 file

You can add image file with in a MP3 file using java in combination of an open source known by the name
eyeD3
.

You can also add other metadata information to a MP3 file like :


TITLE
ARTIST
ALBUM
COPYRIGHT
PUBLISHER
YEAR etc...



Solution:

eyeD3 --to-v2.3 --comment=eng::My Comment --title=My Song --artist=Me --album=My Album --set-text-frame=TCOP:My Copyright --add-image=<Image Path>:FRONT_COVER <MP3 File Path>

You can use above command and run this using java code as we shared in previous post ffmpeg with java


MP3 ID3 Tag with java MP3 ID3 Tag with java Reviewed by Yogesh Choudhry on January 04, 2013 Rating: 5

Popular Posts