[android-developers] Re: Get info from mp3 file

2009-11-18 Thread aBx
Aiite...thnx... On Nov 18, 2:59 am, PJ pjbar...@gmail.com wrote: Environment.getExternalStorageDirectory() will give you a Java File object to the directory of your sdcard:http://developer.android.com/reference/android/os/Environment.html Once you can access your mp3 file, extracting mp3

[android-developers] Re: Get info from mp3 file

2009-11-17 Thread PJ
Environment.getExternalStorageDirectory() will give you a Java File object to the directory of your sdcard: http://developer.android.com/reference/android/os/Environment.html Once you can access your mp3 file, extracting mp3 tag info is not an Android-specific issue, so you're probably better off