Possible Duplicate:
how can i get songs from my iphone's ipod to my application in array in iphone sdk?
NSMutableArray *collectionMutableCopy = [[NSMutableArray alloc] initWithArray:myMediaItemCollection.items];
i want to get the list of all the songs which are there in my ipod in an array is the above code right ?