How can i get MPMediaItem from MPMoviePlayerController as i can get it in case of MusicPlayer as follows
MPMediaItem *currentItem = self.musicPlayer.nowPlayingItem;
But how to get it from MPMoviePlayerController? Is it even possible?
Infact i want to get the information about the current movie item playing, for example its title, artist etc, is it possible to get the metadata for a video file?