VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

OGG Vorbis Tag Reader

Thomas Grimshaw  (2 Submissions)   Sound/MP3   Visual Basic 5.0   Advanced   Wed 3rd February 2021

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.

Inputs
Filename.

Assumes
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?

Returns
Title, Artist, Album, Genre, Track Number, Year, Encoded Using tags.

Side Effects
Side effects? Yeah, you may grow long pointy ears if you use this code.

Rate OGG Vorbis Tag Reader (8(8 Vote))

Download OGG Vorbis Tag Reader

OGG Vorbis Tag Reader Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters