I\'m seeing a consistent issue with MPMediaItemArtwork in that it\'s returning artwork in a size different to that which I request.
I want to scan the users iPod library with an App. therefore i want to use MPMediaItemPropertyLastPlayedDa开发者_如何学JAVAte for getting the time in seconds (or days, hours) when the song was played
I am trying to retrieve all the artists on the local iOS device, and for each artist, the number of songs available for that artist.
I am Accessing ipod library in iphone application and showing title, lyrics and artwork of album.. I also want to show lyrics of songs. I have added lyrics in itunes and sync it with device.Butmy code
I have the following code to get the UIImage from MPMediaItemPropertyArtWork to display the coverArt in my view. I get a non-NULL artwork from the mediaItem, however, when I try to extract the UIImage
Removed release statements. Some of them seemed to be okay, but that was probably just because other things were exploding first.
Grabbing album art for current song and using it to change a certain imageView.image generates an error, but no longer crashes. (It did before because I left out the if (!artwork) error handling. Eheh
I can show music library on UITableView. songsArray = [[NSMutableArray alloc]init]; MPMediaQuery *playlistQuery = [[MPMediaQuery alloc开发者_StackOverflow]init];
I am tryi开发者_JAVA技巧ng to create a very simple music player (for small children) in Monotouch and have most of it working just great.
Running iOS 4.2.1 I\'m able to create a mixed playlist containing both audio and video. 3 items, first a video then 2 audio tracks. I know I\'m working with the correct playlist.