Sample Header Ad - 728x90

Remove album art from MP3 files using the command line

3 votes
5 answers
8801 views
I want to remove the album art that is embedded in a bunch of MP3s (thousands) and cannot find a command-line way to do this. I can add art via lame and I can add or remove pretty much any other tags with id3tag but I can’t find a way to do something like:
for file in **/*.mp3 do  $file; done
Anyone know what I might put in for ``?
Asked by lbutlr (787 rep)
Dec 30, 2020, 12:09 AM
Last activity: Mar 7, 2024, 09:58 AM