I use the following command in a folder:
eyeD3 --add-image "coverfile_.jpg:FRONT_COVER" *mp3
This adds the cover art BUT if an mp3 file of the same name was previously referenced in ANOTHER folder the cover art for that previous file is used.
So, if, for example the folder I am processing is a "Best Of" CD I get a hodge bodge of covers rather than the cover for that CD, even though I specify it in the command..
Where is eyeD3 getting them from and can I "flush" them???
--add-image IMG_PATH:TYPE[:DESCRIPTION]
so you should able to put the full path of your cover image to get around this issue. So something like:eyeD3 --add-image "~/tmp/coverfile_.jpg:FRONT_COVER" *mp3
. Also I see this in the docs: 'All PATH arguments are parsed and displayed. Directory paths are searched recursively.' – andrew.46 Mar 05 '24 at 05:22