Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
3k views

MPMediaItems raw song data

I was wondering how to access an MPMediaItem's raw data. Any ideas?
4
votes
2answers
613 views

Song picker for Android

Is there a song picker for Android that can be invoked programatically? I'm looking for something similar to iPhone's MPMediaPickerController, which shows a view from where the user can select ...
4
votes
2answers
1k views

Best Practices for persisting iPod Playlist (MPMediaItemCollection) across sessions

When using in-app audio in the iPhone SDK, it is possible to allow users to select a list from their ipod library and create an in-app local playlist. If I want to persist this choice, it is easy to ...
3
votes
0answers
571 views

MPMediaPickerController orientation on iPad

How can I set correct orientation of MPMediaPickerController ? I've return YES in shouldAutorotateToInterfaceOrientation, but i have bad frame for Landscape (if show MPMediaPickerController in ...
3
votes
2answers
2k views

iPhone sdk, save MPMediaItemCollection?

I have my application displaying a MPMediaPickerController. I would like to save the MediaItem and start it playing again on startup. I think this is doable using the MPMediaQuery. It seems, I should ...
2
votes
1answer
271 views

Import media from ipod library

i am the new for iphone programming. i need to import media from iphone media library and copy to my app's document dir. please help me. thanks in adv.
2
votes
2answers
418 views

MPMediaPickerController in one view and the MPMediaPlayback in another view. How to?

Basically I have a three view stack. In the last view I got a MPMediaPickerController that lets the user pick a song from his/her library. The song is to be played later from the first view. How can I ...
2
votes
2answers
827 views

UIPopoverController forces iPad into Portrait orientation

I think the issue here is that I'm trying to call a mediaPicker and that doesn't support other orientations... Does anyone have a fix for this? Here is my current code: - ...
2
votes
1answer
334 views

implement alphabetical scroll in MPMediaPickerController app

If you go to the iphone library and then go to songs, you will see the songs being displayed in a similar way to the MPMediaItemPicker class does. The only difference is that the ipod application ...
2
votes
2answers
7k views

presentModalViewController not working

I'm having an odd issue trying to present an MPMediaPickerController using presentModalViewController. I had it working fine, but recently (perhaps as of 3.1, I don't exactly recall the last time it ...
1
vote
3answers
732 views

iPhone SDK: How can I write an audio file picked from iPod Library into my app's Documents Folder?

How can I write an audio file picked from mediaPicker into my app's Documents Folder? Basically I am selecting a audio file from iPod Library. I want that this selected file be copied into my app's ...
1
vote
1answer
352 views

In iPhone, how to store audio file picked from media picker to some directory?

How can I write an audio file picked from mediaPicker into some particular folder? We are currently writing image to file path with this method: [UIImagePNGRepresentation(image) writeToFile:pngPath ...
1
vote
2answers
556 views

Sorting an NSArray like the MPMediaPickerController/iPod Library

I'm developing a custom UIViewController for iPhone that emulates a subset of the MPMediaPickerController for files in my application's local documents directory. In particular, I'm attempting to ...
1
vote
0answers
339 views

How to customize the tabBar in MPMediaPickerController's PopOver View

In my iPad app, I am using the PopOverController's instance for displaying the iPod Library songs and for accessing songs from iPod Library, I am using MPMediaPickerController's instance. here is the ...
1
vote
2answers
912 views

MPMediaPickerController on iPad - bottom of view not accepting touch events

I'm having some trouble with this Media picker on iPad... I can easily recreate the problem in a fresh View-based application. 1) Create new View-Based application for iPad in XCode 2) Open the ...
1
vote
1answer
385 views

Adding a button to last UITableView row

I'm developing an app where the user can choose between a number of included songs. I also want the user to be able to choose a song from his/her iPod Library. Currently the song is choosen by ...
1
vote
2answers
751 views

MPMediaPickerController for selecting video files

I want to enable the user to select a video file from the on-device iPod library (so that I can play it in my own app). Is that possible? I was thinking on using MPMediaPickerController but I am not ...
0
votes
0answers
13 views

How to deselect a song in MPMediaPickerController using iphone sdk?

I am implementing a iPod library based music application. In my application I support user to select songs from ipod library using MPMediaPickerController. Up to this everything is cool but I got the ...
0
votes
1answer
44 views

iTunes Music Match files in MPMediaPickerController

I have made an app using MPMediaPickerController that allows the user to pick songs from their music library. It is great that when you turn on iTunes Music match the MPMediaPickerController ...
0
votes
1answer
50 views

Playing iPod Library songs using CocosDenshion

I am trying to let the user select a song from the iPod Library. After getting the song URL from that, I am trying to play it using the CocosDenshion library but I am not getting any sound. Here's ...
0
votes
0answers
28 views

Why is MPMediaPickerController not playing music?

I can present the MPMediaPickerController fine and without any crashes, but the issue is that, even when I choose a song, a song NEVER plays. All I am doing is pausing an AVAuidoPlayer in my App ...
0
votes
0answers
35 views

(Cocos2D) MPMediaPickerController Issues?

This is how I am showing my MPMediaPickerController: - (void)openMediaPicker { musicController = [[UIViewController alloc] init]; [musicController setView:[[CCDirector sharedDirector] ...
0
votes
1answer
71 views

How can i integrate iPod Playlist(Songs) in iPhone app?

Really it's first time am trying to get iPod playlist songs in iPhone app. I just refereed Apple document to integrate the iPod songs (Library) into an iPhone app. Form apple document i learned we ...
0
votes
0answers
53 views

MPMusicPlayerController stop responding

I've created an app that uses MPMusicPlayerController. MPMusicPlayerController *musicPlayer = [MPMusicPlayerController iPodMusicPlayer]; I've created a NavigationController that has "Add button" ...
0
votes
0answers
54 views

Deselect in a MPMediaPickerController

Problem is evident in both the code I've written and Apple's sample AddMusic code (http://developer.apple.com/iphone/library/samplecode/AddMusic/index.html runs on Device Only). Once you open ...
0
votes
1answer
186 views

Media picker item selection

i want my code to allow me to pick multiple items via my ipod library. Currently I am able to select one song. i want to modify my code to allow for a series of songs to be added to the que. Currently ...
0
votes
0answers
239 views

Problems with MPMediaPickerController

With the code below. The musicPlayer does not play on my device at all. I am running iOS 5 and I get some weird cryptic warnings in the console like wait_fences no reply and Invalid Track Here is ...
0
votes
1answer
68 views

MPMediaPicker bottom part not responding to the clicks

I am using MPMediaPicker to play music from iPod Library in my app and facing a very strange issue: The bottom of my media picker sometimes doesn't respond to the clicks,not even the built in tab bar ...
0
votes
1answer
119 views

iPhone - MPMusicPlayerController - Is there any limit on number of songs to select

I created my own music player that runs on iPhone using the class MPMusicPlayerController. I'm using the class MPMediaPickerController to select the songs and add to my player. I've around 900 songs ...
0
votes
2answers
492 views

Use MPMediaPicker selections as AVAudioPlayer inputs

I'm programming an application for the hearing-impaired. I'm hoping to take tracks from the iTunes library, and in my app have a slider for panning. I don't want to use OpenAL (this isn't a game - I ...
0
votes
1answer
317 views

alternative of MPMediaPickerController for IPhone

I have been searching since a week for that is there any library like MPMediaPickerController which can be used for IPhone (as MPMediaPickerController works only for IPad). Kindly guide me that ...
0
votes
0answers
125 views

Access ipod music library and display soundlist with length

I am trying access iPod music library and after that creating a local notification when my application is in background. I want to play the selected sound in local notification. My problem is Apple ...
0
votes
1answer
294 views

MPMediaPickerController selected index not working

I am implementing a MPMediaPickerController based application. In that When I tried to open music application it need to takes me to the "playlists" tab instead of showing "Music" tab. For this I used ...
0
votes
1answer
205 views

posibilities to open playlist tab directly by using MPMediaPickerController

I am very new to MPMediaPickerController. Now I am implementing a basic application that which allows to select a play list from music with in the application. I make it. But my problem is it is ...
0
votes
0answers
152 views

White empty space above MPMediaPickerController?

I have an app that allows users to play one of their songs. The MPMediaPickerController comes up fine, but it has a blank rectangle at the top of the screen. It's about the size of 2 status bars. ...
0
votes
0answers
106 views

didPickMediaItems is returning NULL now for some reason?

This worked for a while but now suddenly, it is returning NULL, despite me picking a song each time. -(void)mediaPicker: (MPMediaPickerController *)mediaPicker ...
0
votes
2answers
1k views

copy ipod music library audio file to Iphone App folder?

Can we store ipod music library file (song) to iPhone App folder? if Yes Please suggest How can I do that? Please Help Thanks
0
votes
1answer
94 views

Albhabetic scrollbar and multiple selection in MPMediaPickerController

I would like to have both the alphabetic scrollbar (which appers when multiple selection is disabled) and the multiple selection enabled in my MPMediaPickerController. Any thoughts???
0
votes
1answer
335 views

Getting only Album titles, playlists in MPMediaPickerController

I am trying to figure out how to get the MPMediaPickerController to display only albums and playlists. I can get the lists via the MPMediaQuery, but don't know how to feed that to the picker, or get ...
0
votes
2answers
400 views

Is it possible to use MPMediaPickerController to load audio files from library and save to document directory?

Is it possible to use MPMediaPickerController to load audio files from library and save to document directory? Welcome any comment. Thanks KS
0
votes
2answers
487 views

iPad MPMoviePlayer hiccups

I'm working on an iPad app, it has a few videos within views using the MPMediaPlayer framework. Videos are working nice but on viewLoad there is a flashing of the video area when it loads the video. ...
0
votes
2answers
565 views

Using iPhone audio files in own app - copy the audio file - is that possible?

I like the user to pick an audio file from the available list of audio and copy it into my own app. In the retrieved items of userMediaItemCollection in the Apple sample code "AddMusic" there is the ...
0
votes
1answer
324 views

How can I put the MPMediaPickerController cancel button on left side?

I'm developing an app and so far all cancel buttons have been on the left side of the navigation item. I thought this was standard and that's what Apple do with their apps. That is until I ran into ...
0
votes
2answers
570 views

Pick video file from iPhone local library

I know how to pick audio file (MPMediaPickerController), but how to pick video file??? thanks
0
votes
1answer
589 views

MPMediaPickerController - deselecting after selecting in error

Problem is evident in both the code I've written and Apple's sample AddMusic code (http://developer.apple.com/iphone/library/samplecode/AddMusic/index.html runs on Device Only). Once you open ...