mpmediaquery
Getting the most played track out of the iPod library (MPMediaQuery)
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.[详细]
2023-04-08 22:55 分类:问答Detecting music video from iPhone/Pad music library
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[详细]
2023-03-22 12:04 分类:问答Cryptic SQLite console output in Objective-C
When running my program to query the iPod library of my iPhone, I get the following output in the console:[详细]
2023-03-09 08:26 分类:问答Using MPMediaQuery to query ios library by rating
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[详细]
2023-03-05 18:08 分类:问答store multiple song in mpplayer that are being fetch from database having song persistent id
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[详细]
2023-02-28 19:48 分类:问答Query two and more song at one time using the function "addFilterPredicate" by MPMediaItemPropertyPersistentID
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[详细]
2023-02-23 04:11 分类:问答NULL MPMediaitemPropertyAssetURL
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).[详细]
2023-02-13 15:05 分类:问答setVolume not working on AVMutableAudioMixInputParameters with playing from phones local iPod library
I\'m currently trying to play music from a phones local iPod library using AVPlayer rather thanMPMusicPlayerController using the application controller.[详细]
2023-02-06 18:51 分类:问答Load songs from iPod Library right after sync
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[详细]
2023-01-13 12:52 分类:问答iPhone play a specific playlist/iMix
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[详细]
2022-12-13 00:44 分类:问答