MP3 Property Sheet

This utility displays MP3 information contained in ID3 tag.

To Install
1. Download and unzip mp3id3.zip.
2. Copy mp3props.dll to a preferred location on your hard drive, for example c:\program files\mp3id3
3. Open DOS prompt window (find the shortcut in your start menu or run cmd.exe using Run menu in the Start Menu). In DOS, change to directory where you placed mp3props.dll, for example cd "c:\program files\mp3id3"
4. Execute the following command: %SYSTEMROOT%\SYSTEM32\regsvr32 /s mp3id3.dll
5. Close DOS window. Mp3 extension is now installed. Access it by right-clicking a file and choosing Properties.

To Uninstall
1. repeat step 3
2. execute the following : %SYSTEMROOT%\SYSTEM32\regsvr32 /u mp3props.dll
3. delete mp3id3.dll and any additional files & directories you installed or created along with it.

Source Code

This utility is written in Borland Delphi 5 and uses the following 3rd party libraries (source required to compile is included):

Download the source here: mp3id3_all.zip