05-10-2023, 06:22 PM
(05-10-2023, 02:47 PM)Nutul Wrote:(05-10-2023, 01:24 PM)haeckse Wrote: @Nutul@Tim Curtis @TheOldPresbyope
I did a quick research and found the tool eyed3, which seems to be the swiss army knife for ID3 editing on the command line
Updating to 2.4:
eyed3 --to-v2.4
And also getting rid of iTunes specific entries in the comment sectiongoes easily with:
eyed3 --remove-all-comments
So the sun will shine again soon \o/
Cheers,
Andrea
Andrea,
yes, that's one of the tools that will do the job.
find . -iname "*.mp3" -exec eye3d --remove-all-comments --to-v2.4 "{}" \;
provided you are on a Linux machine, the command above should migrate all your mp3 files to v2.4 and remove the unwanted comments.
It looks like I rejoiced too early. I have converted the entire mp3 collection to ID3 v2.4 and deleted all the unnecessary comment entries, but after a new import (cache and meta data definitely cleared) the same cover images are again not loaded.
When I compare the files with eyed3d whose album art is displayed and those whose album art is not, I can't spot any difference. Maybe I will look into it with ffmpeg again later which provides some more detailed information in the logs.
A workaround would probably be to extract the image from a file and save it in the album directory, but that's certainly not a nice solution.