mpmediaitem
MPMediaItemArtwork returning wrong sized artwork
I\'m seeing a consistent issue with MPMediaItemArtwork in that it\'s returning artwork in a size different to that which I request.[详细]
2023-04-11 14:43 分类:问答Custom iPod Player doesn't update MPMediaItem Values like MPMediaItemPropertyLastPlayedDate
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[详细]
2023-04-10 14:41 分类:问答What's the fastest way in iOS to retrieve the number of songs for a specific artist?
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.[详细]
2023-04-08 01:05 分类:问答How to Get lyrics of song from ipod library songs
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[详细]
2023-03-25 02:09 分类:问答Not able to get the UIImage from MPMediaItemPropertyArtWork
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[详细]
2023-03-17 16:22 分类:问答message sent to released object (never released manually)
Removed release statements. Some of them seemed to be okay, but that was probably just because other things were exploding first.[详细]
2023-03-16 18:31 分类:问答Error getting artwork for current song
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[详细]
2023-03-13 09:22 分类:问答Play music when I select UITableViewCell
I can show music library on UITableView. songsArray = [[NSMutableArray alloc]init]; MPMediaQuery *playlistQuery = [[MPMediaQuery alloc开发者_StackOverflow]init];[详细]
2023-03-04 13:26 分类:问答ImageWithSize on MPMediaItemArtwork returns very small coverart image (55 x 55 px)
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.[详细]
2023-02-15 01:12 分类:问答Finding video content in iPhone playlist
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.[详细]
2023-02-12 15:42 分类:问答