vote up 0 vote down star

I am trying to count the total songs from the ipod library. Due to grouping any songs with same title will not be added to the array.

MPMediaQuery *songsQuery = [[MPMediaQuery alloc] init];    
NSArray *mySongs = [songsQuery collections];     
NSLog(@"%d", [mySongs count]);

Is there an alternative/better way? Any ideas welcome.

flag

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.