I've seen the TagLib Sharp example of how they read from a Gnome VFS, but does anyone know how or have sample code on how I can read an MP3 file from a website and get the ID3 info?
So say i have some MP3's and the link is like this: "http://myserver.com/indie/band1.mp3"
I'm trying to user TagLib Sharp to do this: http://developer.novell.com/wiki/index.php/TagLib_Sharp:_Examples
Thanks in advance!