README.md
December 4, 2022 ยท View on GitHub
Description
This code will open an OGG Vorbis media file (www.vorbis.com) and extract any tag information contained in it. This code is pure VB, no DLL calls, no OCX's.
More Info
Filename.
All you need is the BAS file. Then simply define a variable as a VorbisTag:
dim p as VorbisTag
Then you load the data into the variable..
p=GetTag(Filename)
Then you can extract it like this:
Title=p.title
Magic, eh?
Title, Artist, Album, Genre, Track Number, Year, Encoded Using tags.
Side effects? Yeah, you may grow long pointy ears if you use this code.
| Submitted On | 2002-08-10 14:19:52 |
| By | Thomas Grimshaw |
| Level | Advanced |
| User Rating | 3.9 (27 globes from 7 users) |
| Compatibility | VB 6.0 |
| Category | Sound/MP3 |
| World | Visual Basic |
| Archive File | OGG_Vorbis1165938102002.zip |