You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a look at MPMediaQuery documentation. There is a songs() method which might do what you need. 'Creates a media query that matches music items and that groups and sorts collections by song name.' I think this is what you want?
let query = MPMediaQuery.songs()
Also, you can build your own predicates too, with zero filters - this should get all music items:
let query = MPMediaQuery(filterPredicates: nil)
Hi,
I would know how can i get list of all music file in the apple folder, Not only artiste song liste
Best regard.
The text was updated successfully, but these errors were encountered: