Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List all music #1

Open
Tetsunna opened this issue Jul 10, 2017 · 2 comments
Open

List all music #1

Tetsunna opened this issue Jul 10, 2017 · 2 comments

Comments

@Tetsunna
Copy link

Hi,

I would know how can i get list of all music file in the apple folder, Not only artiste song liste

Best regard.

@jsagorin
Copy link
Owner

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)

Hope this helps!

@Tetsunna
Copy link
Author

Ok ty dude it helps me a lot.
I have a last question, how can I add a slider for control the music time ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants