Tagged Questions

9
votes
3answers
1k views

How to stop MPMusicPlayerController from enabling screen locking

I have an application that requires the iPhone screen to remain active (or not, depending on user choice). I've done this by disabling the application idle timer, which works fine and dandy until I ...
6
votes
3answers
621 views

iPod Volume Level Affects App Volume Level

I am writing an iPad app that uses the "Flite" text-to-speech engine to announce specific events. The Flite engine uses an AVAudioPlayer instance to play the speech audio once it renders. For fun, I ...
4
votes
2answers
169 views

MPMusicPlayerController and setNowPlayingItem

I'm using MPMusicPlayerController, specifically with setNowPlayingItem protocol and it's for cydia. But I have some issues and theos' warning when i make. It seems that some of the protocols and ...
4
votes
2answers
317 views

How to detect if the iphone is synced when app is not running

I would like to know if there is any way to detect if the iphone music library has changed when my app is not running. There is a property lastModifiedDate in MPMediaLibrary class which does this but ...
4
votes
3answers
3k views

How to enable iPod controls in the background to control non-iPod music in iOS 4?

A good example of what I'm trying to accomplish is implemented in the latest version of the Spotify iPhone application for (Pandora seems to have the same feature) . When Spotify is in the ...
4
votes
5answers
5k views

How to play the iPod Library file in the AVPlayer

I need your help Please tell me how you taken the ipod library music file in the AVAudioPlayer? Thanks, Karthick
3
votes
1answer
1k views

Get album artwork from MP3 file/ID3 tag

I'm trying to get the album artwork from a MP3 file. In this case I use AVAudioPlayer to play the file. Here's the code that I thought would get the album artwork: MPMusicPlayerController ...
3
votes
1answer
562 views

How to change volume with MPMusicPlayerController without affecting the device volume

I am using MPMusicPlayerController and AVAudioPlayer simultaneously. For audio balancing, I have two volume sliders for MPMusicPlayerController and AVAudioPlayer each. If I mute the MPMusicPlayer ...
3
votes
1answer
2k views

iPhone App backgrounding with MPMusicPlayer

I'm working on an iPhone iOS4 application that incorporates playing music from the user's iPod library. I also want to keep track of what songs have been played and be able to change the song ...
3
votes
2answers
477 views

MPMusicPlayerController stops working after iTunes sync

I know there's a similar question MPMusicPlayerController stops sending notifications, but the answer to that question doesn't solve this problem. I'm using iOS 4, and this happens on both ...
3
votes
1answer
537 views

Can I get an audio session / apply audio units to playback from MPMusicPlayerController?

I'd like to take control of the audio coming from MPMusicPlayerController (i.e., playing from the iPod library). For example, I'd like to apply EQ to it or do DSP, reverb, that kind of thing. Is this ...
3
votes
1answer
2k views

How do I play music using MPMusicPlayerController?

Can any one suggest me how to play the music using MPMusicPlayerController in my application. Anyone's help will be very much appreciated. Thank you, Monish.
2
votes
1answer
203 views

Is it possible to use different volume levels for different players (AVAudio Player and MPMusicPlayer) while they are playing simultaneously?

I need to set different volume levels for different players using AVAudio and MPMusic Players, I am playing both players but I do not know how to set different different volumes levels. Thank you, ...
2
votes
1answer
211 views

How do i set the iPod volume without affecting other sound levels?

I tried setting the iPod volume level before, but it affected the volume of my app, which uses MPMusicPlayer. Any solution to this?
2
votes
1answer
491 views

Using MPMusicPlayerController play a MPMediaItemCollection, how to get the event of at end of playing

I'm using the MPMusicPlayerController to play MPMediaItems in a MPMediaItemCollection. How can I fire an event when the MPMediaItems are done playing? Thanks! interdev
2
votes
1answer
398 views

Change color of navigation bar of the MPMediaPickerController, possible?

I have a MPMediaPickerController that lets the user pick his/her own songs in my app. Problem is my app has the "black" navigation bar throughout and the picker is the standard blue. Now I know it's ...
2
votes
1answer
818 views

Using MPMusicPlayerController, setting musicPlayer.currentPlaybackTime to seek but takes second to take effect

I have a UISlider acting as the scrubber. As the thumb is dragged I execute the following: - (void) _seekTo:(double)playbackTime { mPlayer.currentPlaybackTime = playbackTime; } That works ...
1
vote
1answer
98 views

AudioUnits and MPMusicPlayerController

My App is utilizing the AudioUnit functionality to produce short sounds for a metronome application. All is running fine. Now I want to play an MP3 from the iTunes Lib on the Device and I use ...
1
vote
0answers
26 views

Remove iPod player

My application instead of the iPod as it is in the background and sing songs in my application even tell me.. What is the class to do this ?
1
vote
0answers
185 views

Why does MPMusicPlayerController call its now playing item changed selector method twice?

I am writing a music playlist editing application for the iPhone. I am subscribing to the MPMusicPlayerController MPMusicPlayerControllerNowPlayingItemDidChangeNotificationand I am ...
1
vote
0answers
127 views

MPMusicPlayer inaccurate currentPlaybackTime for VBR audio

When I seek to a position in a non-vbr mp3 by setting MPMusicPlayer's currentPlaybackTime property, I'm able to seek accurately. When I seek to the same position with a VBR mp3, it seeks to a further ...
1
vote
1answer
377 views

iPhone App kill my iphone music player?

As soon as I open app it kills my music player. I dont want user to feel such experience. Sometime user don't want to stop their music player while app browsing. For that purpose I will provide ...
1
vote
0answers
107 views

Different Volume settings for Different players

I am implementing a audio based application. In my application I need to play the songs from my internal iPod application and application sounds simultaniously. I used 2 players , one with avaudio ...
1
vote
1answer
228 views

How can I fade-out the sound played by MPMusicPlayerController?

I'd like to fade-out the sound played by MPMusicPlayerController over a particular time period? How can I do this?
1
vote
2answers
216 views

while loop memory problem

The problem with this code is that when the while loop is executing, the memory usage is increasing continuously. I want to know why does this code keeps on increasing memory when its in while loop. ...
1
vote
1answer
192 views

How do I get all songs from the iPhone music library from a specific year?

Hi Stack Overflowers, I'm hoping you might be able to help me. I'm trying to get a collection of all songs in a users iPhone music library from a specific year i.e 2002. I'm then looking to play the ...
1
vote
1answer
428 views

Stop iPod music by NSTimer on background mode

I'm planning to create an application that plays the ipod Music Library, then the app sets a NSTimer that will stop the ipod Music player on a certain time. My question does my timer will still run ...
1
vote
2answers
171 views

How to check if ipod has music files

I am trying to have my app play music from ipod using MPMusicPlayerController but there are devices which do not have music in there ipod library. Can anyone tell me if there is a way to check whether ...
1
vote
2answers
848 views

How to use MPMusicPlayerController with AVAudioPlayer

I am trying to play an in app audio with ipod the code I am using to play the audio file is: Code: [[AVAudioSession sharedInstance] setCategory: AVAudioSessionCategoryPlayback error: nil]; ...
1
vote
1answer
868 views

help me pick the right iPhone audio class - MPMoviePlayer vs AVAudioPlayer vs MPMusicPlayer

Does anyone know of a good tutorial on the distinction between the MPMoviePlayer vs AVAudioPlayer vs MPMusicPlayer? I want to play audio from an mp3 file available at an external URL. Ideally it ...
1
vote
1answer
428 views

iPodMusicPlayer doesn't send notifications, if it is created in background

If iPodMusicPlayer is created in background, then I doesn't send notifications about playback state changes. Here is code: - (void)initMusicPlayer { musicPlayer = [MPMusicPlayerController ...
1
vote
1answer
443 views

Why is setting queue in a MPMusicPlayerController only adding first track in collection?

I have an Album object containing a MPMediaItemCollection of the album's tracks. When I add this collecton to the queue with the following line of code, only the first track gets added. ...
0
votes
2answers
17 views

Where Podcast left off using MPMusicPlayerController?

I'm trying to find the last time a podcast was played using MPMusicPlayerController. Using the built in iPod player on iOS, when a podcast is played and then the user changes to a different media ...
0
votes
0answers
23 views

Can I use a themes plist to control the MPMusicPlayerController?

I have recently downloaded a theme for the dreamboard cydia app. This theme makes my iPhone look like it is an iPod classic. One issue I am having is that this theme does not allow for the lock screen ...
0
votes
0answers
23 views

How to add audio fade in MPMusicPlayerController?

Is it possible to add audio fade in MPMusicPlayerController? I know how to do this with AVMutableAudioMix and AVPlayer. However, I have to work with the iPodMusicPlayer.
0
votes
0answers
24 views

Cannot fade last bit of MPMusicPlayerController volume

It would appear that the volume level of an MPMusicPlayerController can go no finer than 0.01. This means that when fading down a track there is a final leap in volume from a level of 0.01 to 0.0 ...
0
votes
0answers
54 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
232 views

How to make iPod Music app ? AVPlayer - AVAudioPlayer - MPMusicPlayController

I have a songs list in document directory.. Here is a code for fetching those songs... NSArray *pathSong = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); NSString ...
0
votes
0answers
124 views

Can MPMusicPlayerController can play music from local resource?

i wanna play music with MPMusicPlayerController. MPMediaItem * mediaItem = []; MPMediaItemCollection *songs; NSArray * array = [NSArray arrayWithObjects:mediaItem, nil]; songs = ...
0
votes
0answers
49 views

MPMusicPlayerController know the previous and next song

MPMusicPlayerController gives me the property nowPlayingItem, but i'm also interestend in the previous e next song. Is there any way to retrive a MPMediaItem with the next and previous elements?
0
votes
1answer
53 views

How insert music file from music folder of device in our application?

I want to insert all music or sound file form music folder of device. Now problem is that how use files of music folder in our application? How select from our application and set it as sound file of ...
0
votes
0answers
22 views

Audio track in recorded video iPhone

I was wondering if it is possible to record a video and play music at the same time in an app ? I know we can use the imagepickercontroller for the video but it seems to mute music player.
0
votes
2answers
174 views

Why isn't my update function for my UISlider working to set current playback time in MPMusicPlayerController?

Setup I'm currently developing a music app and I'm having problems with the progress bar slider. self.musicPlayer is the [MPMusicPlayerController applicationMusicPlayer] ...
0
votes
3answers
279 views

MPMusicPlayerController not play on background

i am using MPMusicPlayerController in my app and when i enter to background it stop playing. this is how i add it : musicPlayer = [MPMusicPlayerController iPodMusicPlayer];
0
votes
1answer
87 views

Is it possible to uniquely identify duplicate MPMediaItems within an MPMediaCollection?

I am using an MPMediaItemCollection to hold a number of user selected music tracks from the iPod music library. I want to be able to uniquely identify each MPMediaItem within the collection even if ...
0
votes
1answer
120 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
1answer
234 views

iPhone - MPMusicPlayerController - Selecting audio from the queue and play it

I'm using MPMusicPlayerController in my application. I'm setting a queue using method "setQueueWithItemCollection". I'm able to play the songs, move to prev/next songs etc. But how can I make ...
0
votes
1answer
121 views

kAudioSessionProperty_OtherMixableAudioShouldDuck some times music does not unduck

I am using MPMusicPlayerController to play music from device with iPodMusicPlayer. And at regular intervals play alerts with AVPlayer. Code goes like this -(void) duckMusic { UInt32 on=1; ...
0
votes
1answer
253 views

How to save state of current MPMediaItem and respond to changed value when entering foreground

So I'm trying to develop a music game that uses the iPod music library. The user picks a song based on a prompt. Because I'm using [MPMusicPlayerController iPodMusicPlayer], it's possible the user ...
0
votes
1answer
367 views

Play music when I select UITableViewCell

I can show music library on UITableView. songsArray = [[NSMutableArray alloc]init]; MPMediaQuery *playlistQuery = [[MPMediaQuery alloc]init]; [playlistQuery setGroupingType:MPMediaGroupingTitle]; ...

1 2