CumulusTV
CumulusTV copied to clipboard
Support loading of files from USB
From #199
Also i can't load the m3u from my usb storage key, your program tell me that it don't find the file after i have selected it, i have to copy and paste it to internal memory to get it(file loading) working
The USB storage issue is probably due to Android-specific issues around external storage devices. I'd say that's a low priority fix.
maybe i can run adb on my android tv to see what happened in logcat ? it should provide infos maybe ? would it help ?
I imagine it'll give some File Not Found problem. USB support would require some more complex file I/O implementation that I'd prefer to avoid doing myself.