2015-01-15 10 views
0

앨범에 속하지 않는 iOS 뮤직 라이브러리에서 모든 노래를 빠르게 가져올 수있는 방법을 찾고 있습니다.앨범 데이터가없는 MPMediaItem을 가장 빨리 얻을 수 있습니다.

본질적으로 나는 모든 트랙을 가로 지르며 앨범 제목을 확인할 수 있습니다. 하지만 더 좋은 방법을 찾고 있었다, 아마 어떤 도움이 많이 감사합니다

[[MPMediaQuery songsQuery] addFilterPredicate:[MPMediaPropertyPredicate predicateWithValue:@"Unknown Album" forProperty:MPMediaItemPropertyAlbumTitle]]; 

이런 일의 술어를 ... 사용

내가 찾은

가장 빠른 방법은 설정하여 [MPMediaQuery songsQuery]

에 술어이다

답변

1
[[MPMediaQuery songsQuery] addFilterPredicate:[MPMediaPropertyPredicate predicateWithValue:@"0" forProperty:MPMediaItemPropertyAlbumPersistentID]];