2009/8/29 James <[email protected]>: > Hi all, > How to extract the "Artist" information from an song file? > Is there any method about it ? Any clues is helpful for me. > Thank you in advance!
If it's an AAC file, you can use the QTMetaData* functions. If you're looking to get it out of an mp3, you're unfortunately stuck with either parsing it yourself (see the id3 specs) or using id3lib. _______________________________________________ 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]
