Linux – command line tool to remove selected tags from mp3 files

command lineid3linuxmp3tagging

Using MP3 Diags to clean up my mp3 collection, I've discovered that in addition to the ID3v2 tag, some files also have a Lyrics3, ID3v1, and some an APE tag. Are there command line tools out there to remove all but the ID3v2 tag?

Best Answer

I've used id3v2 before and found it to be quite good.

There are some others according to aptitude: id3 and id3tool. Assuming you have a Debian-based system: aptitude search id3. I'm sure other package managers should have a search facility.

I'm not sure these will be able to do everything you want (by which I mean I don't know anything about Lyrics3 and APE), but you can take a look. Certainly id3v2 has -s, -d and -D flags to remove id3v1 tags, id3v2 tags, and both, respectively (according to its man page).