02-01-2010 07:10 AM
Hi all,
Can anybody tell me we can retrieve the addition infrmation(album name, genre etc) of a media file ? if not, then is ther any workaround for this ?
02-01-2010 09:15 AM
Any media file or a specific type? For example MP3 has ID3 tags that you read the beginning of the file and can get any tags that it has for artist, album artwork (How to retrive ID3 art image from an .mp3 file), etc.
02-01-2010 09:26 AM
i just wanted to get the info for any media file. one more thing reading file tags in header could be cumborsome process when we go to read them for multiple files.
Does BB store this information anywhere ? so that reading that file or using any api we can get the required info. ultimately i want to sort the media files on the basis of album, genre and all.
02-01-2010 05:07 PM
I can't find any APIs that would let you get that information so it appears you will need to read the files to get the information. Tags may be cumbersome but they also store all information in one location. As for does BlackBerry keep the information, I would say yes (based on the fact that after you unplug the BlackBerry from USB it says it is scanning the media files but it doesn't do that every time you open the media app) but I don't know how to get it.