When I execute the code below I get a empty Map FileDir and FileName are valid because I just loaded the file and played it.
MPMap has a zero size
My FileDir = "/storage/sdcard0/BOBs/MusicDB/"
My FileName = "MP3File3.mp3"
Both of which are valid
MPMap has a zero size
B4X:
Dim MediaBrowserInfo As MediaBrowser
Dim MBMap As Map
MediaBrowserInfo.Initialize("")
MBMap = MediaBrowserInfo.GetAudioFileInfo(FileDir, FileName)
My FileDir = "/storage/sdcard0/BOBs/MusicDB/"
My FileName = "MP3File3.mp3"
Both of which are valid
Last edited: