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 MPMusicPlayerController play some 5th song from the queue?

link|improve this question

75% accept rate
what you want to do? directy play 5th song? – RAKESH BHATT Jul 14 '11 at 6:15
Yes, I want to play 5th song directly – Satyam svv Jul 14 '11 at 6:49
on which event ? – RAKESH BHATT Jul 14 '11 at 6:52
Can be any event like click of a button or selection from a table view etc. – Satyam svv Jul 14 '11 at 7:12
feedback

1 Answer

up vote 0 down vote accepted

you have to maintain another list of queue in your application. Then everytime, when you to jump to another song, get players current item, compare it from your array iterating through it and at the same time use skip to prev or next song from music player. no other solution found.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.