I'm getting the duration of an MP3 file in this way:
TagLib.File file = TagLib.File.Create(fileName);
var duration = file.Properties.Duration;
and it is consistently giving me a duration between 68 and 75% of the real duration. Windows File Manager, VLC and just playing the MP3 and measuring with a stopwatch agree on the other duratio...
Hi all, i wanted to write a quick program to get the file organization of my MP3 files back into sync with the info in my ID3 tags...
I had tried to get the Windows Media Format SDK, but when i go to install it says it can only run on WinXP. I found someone on here suggest TagLib#, which looked REALLY good, from the code examples. Prob...
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.nove...