Op 6 apr 2010, om 17:22 heeft [email protected] het volgende geschreven:
> I've been searching google for a while, and have repeatedly stumbled across > mention of an Objective-C ID3 framework constantly linked to > > http://drewfamily.homemail.com.au/Cocoa_-_ID3Tag_framework.html Don't use that, it is no longer up to date. It was a valiant attempt at ID3 support, but it doesn't adhere to the ID3 specifications very well and it stumbles on real world tags more often than other solutions do. I can recommend TagLib: http://developer.kde.org/~wheeler/taglib.html It uses a C++ API, but it is quite easy to use. Rolling it into a OS X framework is easy (Google it). TagLib adheres strictly to the ID3 standard but by default it uses workarounds for the instances when iTunes doesn't... It is also very stable, actively developed, it's covered by a usable license (lgpl), supports more tags than just ID3, and there's a development mailing list. What more do you want? patrick -- Patrick Machielse Hieper Software http://www.hieper.nl [email protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
