I was using the taifunfile extension and wanted to scan mp3 files on my sd card. However, it seems like the extension can't read files from that certain directory. My internal storage is /storage/emulated/0 and my sd card seems to be /storage/0000-0000
So, I used the taifun.FileList component to search the sd card directory. First, I got no mp3 results from that directory so I made the component print out the results on a list. It literally gave me "/storage/emulated/0/storage/0000-0000".
It seems like the component just default prints /storage/emulated/0 in front of the directory I give.
Are there other good extensions that give me a list of files from external storages and let me read it?