llelectronics / videoPlayer

Video player for sailfish os
27 stars 19 forks source link

Android SD card #12

Closed a-dekker closed 7 years ago

a-dekker commented 7 years ago

The "Show android SDCard" menu option in the filebrowser is pointing to /data/sdcard. As far as I can tell (Jolla 1/tablet) that is no longer valid in more recent Sailfish versions (or my config/mounting is very different than default). I am not sure if it can be located that easy. As I am using large parts of your filebrowser code in my mediainfo-gui app, I am considering removing this menu option for myself.

llelectronics commented 7 years ago

It should point to /sdcard . Got that correct in OpenDialog (Simple Filemanager) though it is wrong in the Advanced Filemanager. Need to correct that https://github.com/llelectronics/videoPlayer/blob/master/qml/pages/fileman/OpenDialog.qml#L107