Read IDE Tag from mp3 file in VB.NET?

  • Thread starter Thread starter Lars Netzel
  • Start date Start date
L

Lars Netzel

How do I read the Artist and Title Information from an mp3 file thru vb.net?

I've seen links to where the mp3 file header is explained but that does'nt
help me.. how do I work with that in vb.net?

best regards
/Lars Netzel
 
Lars, you might also want to check out my ID3 library, UltraID3Lib. Go here
http://home.fuse.net/honnert/hundred?UltraID3Lib.

UltraID3Lib is free, it supports ID3v1 and ID3v2.3, supports reading MPEG
data like duration and bit rate, supports almost all of the specialized
Frame types in the v2.3 standard, and is fully object-oriented.

- Mitchell S. Honnert
 
This is library to use. Just started with it last weekend and it rocks.
Simple to use and excellent example app.

Lloyd Sheen
 
Back
Top