Hi,
I'm trying to embed picture in my mp3 files. One way to do it might be EasyTag, it is working and part of the repository.
I would like to try the command line
From the I can read that
Code:
...
You can set the value for any id3v2 frame by using '--' and then frame id
For example:
id3v2 --TIT3 "Monkey!" file.mp3
would set the "Subtitle/Description" frame to "Monkey!".
and, by verifying the picture frame with
I came out with the command
Code:
id3v2 --APIC "mypicture.jpg" mysong.mp3
but the output is
and no picture is embed to the mp3. I googled and read the man/help but I do not understand what is my error.
Any hint?
thanks
g.