up vote 2 down vote favorite
1

I am looking for a command-line tool for Windows that will allow me to set the ID3 tags on an MP3 file.

For example, something like this would be ideal:

C:\> setID3.exe myfile.mp3 -artist "The Smashing Pumpkins" -album "Siamese Dream" -title Mayonaise -track 9 -year 1993

(The reason for this is that my MP3 files are named in a few specific nomenclatures. I have already written a Perl script that can intelligently determine what nomenclature the file name is in, and parse out the correct values. I'd like to then fire off a command-line utility to update that MP3 file.)

flag

migrated from stackoverflow.com

3 Answers

up vote 4 down vote accepted

ID3 Mass Tagger:

http://home.wanadoo.nl/squell/id3.html

link|flag
Thank You! This is exactly what I wanted. I have searched and searched Google but only found big, oversized apps with GUIs. – Kip Sep 19 '08 at 14:56
up vote 0 down vote

Perhaps Tag matches your needs

link|flag
up vote 0 down vote

I believe mp3tag has command line options which can do this.

link|flag

Your Answer

get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.