vote up 0 vote down star
1

I need to locate a command line tool that would allow me to write (read is not required) ID3v2 and album art to an MP3 file. Command line is required as it will be executed from PHP, so no graphical interface. Searches of Google have proved fruitless, so perhaps there is a tool available that will enable me to do this?

flag

Why read/write in the title then? – spender Aug 27 at 11:56
Sorry, good point there. – tombazza Aug 27 at 12:32

3 Answers

vote up 0 vote down check

PHP has ID3 capabilities built in, but it looks like it doesn't support album art.

If you really want a command line tool there's id3v2.

link|flag
It just needs to be a simple way of doing this through PHP, and the easiest option appeared to be command line. – tombazza Aug 27 at 12:33
vote up 1 vote down

try using mp3info, it's command line. I'm not sure if the album art is stored as tag and it's not supported by mp3info.

link|flag
vote up 0 vote down

I've found http://eyed3.nicfit.net/ to be the most comprehensive command-line MP3 tag manipulator for Linux. Supports embedding art using --add-image argument (caveat: haven't tried using it for that myself).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.