MP3 Tag Help in OS X
March 17, 2007 12:38 PM Subscribe
Anyone know of an applet that creates MP3 tag info from file names for Mac OS X?
We just made the switch from Windows to Mac, and have only hit one snag. My SO has his entire MP3 collection sorted by file name (i.e. "Artist - Song.mp3") without any meaningful tags or metadata. Now that the PCs are gone, he's realized that iTunes doesn't care for his old naming system. I'm not up yet on Mac software so don't have any solutions at hand and haven't found anything through searches. Any suggestions from Mac-types for an applet that can create the MP3 tag info from his file names (in Mac OS X) would be greatly, greatly appreciated.
posted by gyrom to computers & internet (5 answers total) 2 users marked this as a favorite
You could write a script in any number of languages (e.g. AppleScript, Perl) to pull out the filename, parse the Artist and Song information into variables, and feed this into id3tool to edit the file's ID3 metadata.
Your script would either work on a per-file basis, or scan a folder and build a list of MP3 files to work on.
posted by Blazecock Pileon at 12:53 PM on March 17, 2007 [1 favorite]