thundershadow14
9th September 2007, 06:15 AM
Hey all,
Im TRYING to finish off my "Melody" music player, but simply can't find a library that will read id3 tags from mp3s. I'm using visual basic .net and the compact framework, and I've tired SEVERAL libs, including:
UltraID3Lib http://home.fuse.net/honnert/hundred/?UltraID3Lib
TagLib# http://developer.novell.com/wiki/index.php/TagLib_Sharp
IdSharp http://sourceforge.net/projects/idsharp
ShazamMP3 http://www.ewal.net/shazam.php
EzyID3 http://alphafish.com/core.php?page=article&id=3
Funny enough though, they all give the EXACT same error:
"NullReferenceException" On trying to read the tags from the mp3 file. This is even before trying to actually access the tag info.
Maybe it has something to do with the fact that the above mentioned libraries are built for the standard .NET framework. But I thought it would have given me a platform error instead? If anyone knows of a working lib, or a way of accessing the id3 tags of a MP3 using the compact framework, please let me know.
Thanks.
Im TRYING to finish off my "Melody" music player, but simply can't find a library that will read id3 tags from mp3s. I'm using visual basic .net and the compact framework, and I've tired SEVERAL libs, including:
UltraID3Lib http://home.fuse.net/honnert/hundred/?UltraID3Lib
TagLib# http://developer.novell.com/wiki/index.php/TagLib_Sharp
IdSharp http://sourceforge.net/projects/idsharp
ShazamMP3 http://www.ewal.net/shazam.php
EzyID3 http://alphafish.com/core.php?page=article&id=3
Funny enough though, they all give the EXACT same error:
"NullReferenceException" On trying to read the tags from the mp3 file. This is even before trying to actually access the tag info.
Maybe it has something to do with the fact that the above mentioned libraries are built for the standard .NET framework. But I thought it would have given me a platform error instead? If anyone knows of a working lib, or a way of accessing the id3 tags of a MP3 using the compact framework, please let me know.
Thanks.