Click to See Complete Forum and Search --> : Mp3 ID Tags


plasmid
02-10-2001, 09:47 AM
Is there a way to remove those ID Tags from a bunch of Mp3s at once...like removing all the tags from all the mp3s in a directory??

Let me know if you have any suggestions.

-plasmid

ph34r
02-10-2001, 12:28 PM
I'm sure if you know Perl that there is some way to hack it. If not, and you can find a program that will do it to one file via a command line argument then it should be no problem to write a bash script to process a whole directory.

TMTOWTDI

Muzzafarath
02-10-2001, 12:58 PM
If you know any programming language at all, removing the ID3 tags from files should be easy: remove the last 128 bytes from a file and voila.

plasmid
02-10-2001, 02:48 PM
thanks for the info, I will have to look into them

-plasmid

SubPar
02-10-2001, 02:50 PM
Maybe id3tool (http://kitsumi.xware.cx/id3tool/) is what you're looking for.

plasmid
02-11-2001, 12:44 AM
I will check out that app...thanks for the info

-plasmid