QUOTE (ScorLibran @ Sep 21 2003, 10:34 PM)
If you remove tag info from MP3 files, it will not automatically return the files to their original (unpadded) size as the padding for the tag header (4 kbytes in the case of ID3v2) will still exist, though the padding region will be empty. I'm not sure how to recover this space by removing the padding.
Not true (at least in theory

)
The padding is part of the ID3v2 tag and will be removed when you remove the tag.
At least that's how it's supposed to work, and in 99% of the cases it works perfectly, but there have been some brain-damaged taggers out there (which are partly responsible for ID3v2's tarnished reputation) that leave garbage between the end of the ID3v2 tag and the beginning of the MP3 data (which is most definitely not the way it's supposed to be) - in this case removing the ID3v2 tag may even cause the MP3 to no longer be recognized as an MP3 (depending on the sophistication of the player).
But any MP3s that are tagged with any decent tagging program will be identical to their pre-tagged state if you remove the ID3v2 tag.
ID3v1 and APE taggers are generally more robust, and will also return the file to its original state once removed.
However, as
ScorLibran said, the space saved by removing tags is generally minimal (~0.1% unless you have embedded pictures, then it might be ~1%), and might even be nil depending on the filesystem on which it's stored.