README.md

December 4, 2022 ยท View on GitHub

OGG Vorbis Tag Reader

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 On2002-08-10 14:19:52
ByThomas Grimshaw
LevelAdvanced
User Rating3.9 (27 globes from 7 users)
CompatibilityVB 6.0
CategorySound/MP3
WorldVisual Basic
Archive FileOGG_Vorbis1165938102002.zip