|
|
Title | Read ID3 Tags in mp3 files |
Description | This example shows how to read ID3 Tags in mp3 files in Visual Basic 6. It opens the file for binary read access and looks for the tags. |
Keywords | MP3, ID3, tags |
Categories | Multimedia, Files and Directories |
|
|
Thanks to Craig Ferndale.
This program opens the file for binary read access and looks for the tags. See the code for details.
(Note: Not all MP3 files contain these tags so the program may not be able to find them.)
|
|
|
|
|
|