|
VB6 module to read and write ID3 tags (attached)
In the interest of continuing to provide code that nobody wants, here's a module I wrote for editing ID3 tags in MP3 files.
Also, it can be used to get the audio stream info (sample rate, num channels, bits per second, etc.)
Exposed Functions:
MP3read_HasTag_ID3v1
MP3read_HasTag_ID3v2
MP3read_GetTagInfo_ID3v1
MP3read_GetTagInfo_ID3v2
MP3file_SetTagInfo_ID3v1
MP3file_SetTagInfo_ID3v2
MP3file_RemoveTags
MP3read_GetAudioStreamInfo
Hopefully someone will find a use for this. I use it in a tag editor/renamer that I wrote for MP3s a while ago.
Eventually, this and more of my code will be hosted on my site at compulsivecode.com but for now, it's going up here on mp3car.
Rock on. Write code. Don't buy stuff -- build stuff. This applies to software as well.
Last edited by ClockWorK; 08-14-2008 at 11:16 AM.
|