-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mount sd card #124
Comments
Is your SD mounted already? if not, then it's far out of scope.
|
Can you add seperate folders for internal and sd card files. Actually all files are mixed up so i thought its only internal memory. |
The app searches for content using the media store of your device and using the uri stored in there. Maybe rescan the media store helps. If you start the local media server there is a button for rescan on the media server item. |
Can you add folder view |
That might be possible. I'll take a look if the directory is selectable from the media store |
Maybe it's possible to use the MediStore.Files Table for a directory view https://developer.android.com/reference/android/provider/MediaStore.Files.FileColumns?hl=en#PARENT Maybe also some additional permissions might be helpful https://developer.android.com/training/data-storage/shared/media?hl=de#java
|
files are also not visible, if the permissions for reading media files is not granted for the app |
How do i mount sd to view files in it.
The text was updated successfully, but these errors were encountered: