I need to get out the 25 most Played Songs out from my iPod Library with my iPhone app. i 开发者_Go百科am using a MPMediaQuery.
Im using MPMediaQuery to search the library on a user\'s iPhone/Pad. Im able to return audio tracks but im unable to return any of the videos which are on the device. Apparently its not possible accor
When running my program to query the iPod library of my iPhone, I get the following output in the console:
I\'m developing an iphone 4 app that filters the local media library by different criteria. I have been able to filter by song name, artist, and genre. Now I need to add a rating filter mechanism. I w
i am trying to store multiple song in mpplayer that are being fetch from database having song persistent id..but only single song is being added .here is what i am doing
My app loads a music playlist automatically when it starts up. In order to do this, I store the song IDs MPMediaItemPropertyPersistentID to a database, and load the songs when the app is starting up n
Using MPMediaQuery and then getting the MPMediaitemPropertyAssetURL from the song results sometimes returns null (and by sometimes I mean in this case, 1/3 of the users song library).
I\'m currently trying to play music from a phones local iPod library using AVPlayer rather thanMPMusicPlayerController using the application controller.
I\'m dev开发者_运维问答eloping an iPhone application that uses the iPod library to play some songs. I load the songs with the code below. The problem is, when running this code right after the device
I want to play a specific playlist (that was constructed as an iMix) from my program, as long as it exists. I am able to use