taglib sharp is for c# only.
First link on the taglib website is their c source:
http://developer.kde.org/~wheeler/fi...b-1.6.1.tar.gz
I am writing my apps in native C++ along with WinCE APIs.
The problem is this:
The Taglib# for windows only provides binary as a dll ( without any header files), so i can't just use the functions provided in the dll. I need to provide all the class definitions etc.
And C# source code doesn't help me either as i don't know C#.
Is there any other album art extraction library that works for C++?
Thanx
taglib sharp is for c# only.
First link on the taglib website is their c source:
http://developer.kde.org/~wheeler/fi...b-1.6.1.tar.gz
openMobile - An open source C# Front End (why choose openMobile?)
- Always Recruiting Developers -
Like what you see? Donations are always welcome
Mp3 Tags are a complete pain in the arse to code against, everything is against an informal standard, Multiple versions, each mp3 file may consist of v1 tags and v2.x tags, contain padding, text can be encoded in multple ways (ASCII, Unicode etc...) oh what fun.
Finished my mp3 processing software a little while back. But not sure if i want to expose my source to the world just yet.
One suggestion is run your mp3's collection thorugh a cleanup program, plenty out there and ensure they are using the version that your software supports.
Bookmarks