user1072740
user1072740

Reputation: 660

Get Particular file form MPMediaItem

I am using MPMediaItem, and getting all songs from library. My issue is, if i want to get only particular file which I want. Anybody can know ?

Upvotes: 0

Views: 283

Answers (1)

Anjani
Anjani

Reputation: 153

MpMediaItem provides property like

  • MPMediaItemPropertyAlbumTitle
  • MPMediaItemPropertyArtist
  • MPMediaItemPropertyGenre
  • MPMediaItemPropertyComposer
  • MPMediaItemPropertyTitle

By using above properties you can identify the file which you want.

Upvotes: 2

Related Questions