hatman
Well-known Member
- Joined
- Apr 8, 2005
- Messages
- 2,664
So I am wrestling with the additional security protocols that our Computer Services Vendor have applied to the latest platform they rolled out with the computer I got last month. Running Windows 7, and to install ANYTHING you need admin prviledges... along with this is a list of 7500+ software packages that our COmputer Services Vendor shall not install on any machine because of some legal mumbo-jumbo. Bottom line: I can't install MP3TagEdit, nor WavePad, nor any other psuedo-reputble, psuedo-useful freeware packages that allow editting of MP3 Tags, nor MP3 Audio Content. I overcame the Tag Edit challenge by writing some VBA code using the specifications available at ID3.org. Works well (though by no means exhaustively complete), and happy to share with anyone interested... That leaves me with no way to edit the MP3 audio content... really, all I want to be able to do is to be able to delete content from the beginning, end, or both and save what's left... I am toying with ripping into the MP3 binary encoding, and manipulating the raw data in VBA to get what I want... but smarter people than me have probably already done this and may even have VBA code available for sharing... any thoughts?