QUOTE(openmikey @ Mar 28 2006, 00:34)

I hate asking questions, as much as I do asking for driving for directions; but after google-ing for a week, I give up.
Is there a commandline program for tagging AIFF files? I understand that Itunes does this (with ID3v1?). Is this even a standardized format?
P.S. no need to preach about the uselessness of AIFF. I've been trolling on this forum for years and am also a flac/lame/eac/foobar convert

AIFF is the industry standard format and is used in almost all pro-audio applications and by hardware like samplers, recorders, and DAWs - far from useless, it's the de-facto standard.
BWF, however, might take over soon.
Anyway, AIFF (and BWF, the standardized WAVE subset) are all RIFF-based formats and can use the standard professional RIFF tag chunks. You can have many different chunk types in RIFF files. Common in professional fields, an 'iXML' chunk will contain additional metadata, while more standard tags are stored in their own standardized chunks - 'NAME', 'AUTH', '© ', 'ANNO', 'COMT'. You could probably map these to "Title", "Artist", "Year", "Album", and "Comments" if you want to use AIFF/AIFC for ripping albums. There are other chunks used only by MIDI samplers, and a myriad of application-specific chunks.
In the consumer realm, a RIFF chunk 'ID3 ' is created which just contains an ID3 frame. This should be an ID3v2.3 or ID3v2.4 frame stored inside the chunk.
At this point, I'm not sure of any Windows application software that works with any of these files.
Almost all professional products will (Pyramix, Samplitude, etc.) and almost all of the Macintosh products common in production work will support all of these formats as well. Outside of software for the studio market, you are probably out of luck.
I hope that foobar2000 might support these industry standard professional formats in the future (AIFF RIFF tags, BWF, DDP, AIFF 'ID3 ' chunks, etc).
iTunes supports the consumer 'ID3 ' chunk tagging of AIFF - but not the more professional chunk types. This is interesting, since the RIFF chunk tags are used for sorting/naming/classification in Apple's Professional products including Logic Pro, Soundtrack, and even Garageband and Apple Loops.
Edit: (off-topic but interesting) - As far as lossless compression goes, WavPack looks to be the winner for formats like BWF and AIFF, since it supports lossless compression of RIFF chunks. Hopefully AIFF input will be supported by WavPack in the future.