I am working on some code that receives a list of artists and needs to search the SD card in order to create a playlist out of specified artists' songs. Can you guys give me some tips/examples on how to acomplish this? Thanks
Asked
Active
Viewed 715 times
1 Answers
0
I would take a look at MediaStore.Audio

Tobrun
- 18,291
- 10
- 66
- 81
-
1Thanks for the answer, and also for anyone that may come here and still need help: All the info about the music on the phone is actually stored in a database with columns like MediaStore.Audio.Media.Artist and the like. The rest is just the matter of querying! – murtaugh Jan 18 '13 at 16:18