Hello all,<br><br>I'm attempting to use TagLib for the first time (coming from C# and the TagLibSharp port) and am having more difficulties than I expected. The latest of these is differences I'm noticing between TagLibSharp and TagLib. I'm not sure why these differences exist, as I thought TagLibSharp was just a port of TagLib.<br>
<br>There are two big differences I've noticed so far:<br><ol><li>TagLib reports all durations in seconds. TagLibSharp reports all durations in milliseconds. I could live without the extra accuracy (assuming it rounds), but I'm curious why it is different in the first place.</li>
<li>I have several files that report 0 length and 0 bitrate. These files don't seem to be anything that uncommon, they're reported as 192 kbps CBR MP3s. TagLibSharp reads them fine, but I cannot determine the differences between the two libraries looking at the source (though I've tried).</li>
</ol>If needed, I could attach one of these MP3s for examination. If anyone can help, I have an active Stack Overflow question with a <b>+50 Bounty</b> ending in ~23 hours. I'd happily award points to anyone who can help.<br>
<br>Thanks,<br>James<br>