if i have the title of a song thats in my iPod Library. Can i play it in my application without opening iPod Library (using MPMediaPickerController)? I can get the MPMediaItemPropertyPersistentID from the selected media item but how to play a sound for which i have MPMediaItemPropertyPersistentID?
Any code snippet?