0

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

Community
  • 1
  • 1
murtaugh
  • 77
  • 8

1 Answers1

0

I would take a look at MediaStore.Audio

Tobrun
  • 18,291
  • 10
  • 66
  • 81
  • 1
    Thanks 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