Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Mockup & CodeGen, iPhone & iPad
($9.99)

Make your own iPhone apps
and run them live!
(free)

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 09-06-2010, 05:03 PM   #1 (permalink)
Developer
 
nobody's Avatar
 
Join Date: Jul 2009
Location: Los Angeles
Posts: 181
Default Retrieve release date of album?

OK, I've asked this already in the iphone dev forums with no response. Maybe someone here can help me out.


I'm trying to retrieve the release date for ablums from the user's music library.

I have something like this...but it always returns the same year (1800).

NOTE: selectedArtist is just a string for the artist the user selected.

NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init];
[dateFormatter setDateFormat:@"yyyy"];

MPMediaQuery *query = [MPMediaQuery albumsQuery];
[query addFilterPredicate:[MPMediaPropertyPredicate predicateWithValue:selectedArtist forProperty:MPMediaItemPropertyArtist]];
NSArray *tempList = [query collections];

int i = 0;

while (i < [tempList count])
{
MPMediaItemCollection *album = (MPMediaItemCollection *)[tempList objectAtIndex:i];
NSString *tmpInfo = [[NSString alloc] initWithString:[dateFormatter stringFromDate:[[album representativeItem] valueForProperty:MPMediaItemPropertyReleaseDate]]];
NSLog(tmpInfo);
i++;
}


Not sure why this isn't working. I know the info is in there somewhere since the correct year gets displayed when playing it in the iPod.


Any help would be appreciated, thanks.

NOTE: I've also tried retrieving the date on the first song from the album...but the results are the same, still 1800 is returned.
__________________
iPhone/iPod Touch Apps by Tiny Tech Studios



nobody is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 254
15 members and 239 guests
@sandris, ADY, Alsahir, dacapo, Dani77, Desert Diva, djohnson, HemiMG, jansan, M@realobjects, MarkC, prchn4christ, smethorst, tomtom100
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,882
Threads: 89,228
Posts: 380,762
Top Poster: BrianSlick (7,129)
Welcome to our newest member, jansan
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 01:57 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0