Skip to content
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

Open
shockergit opened this issue Aug 21, 2024 · 7 comments
Open

mount sd card #124

shockergit opened this issue Aug 21, 2024 · 7 comments

Comments

@shockergit
Copy link

How do i mount sd to view files in it.

@ildar
Copy link

ildar commented Aug 22, 2024 via email

@shockergit
Copy link
Author

Can you add seperate folders for internal and sd card files. Actually all files are mixed up so i thought its only internal memory.

@tobexyz
Copy link
Owner

tobexyz commented Nov 30, 2024

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.

@shockergit
Copy link
Author

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

@tobexyz
Copy link
Owner

tobexyz commented Nov 30, 2024

That might be possible. I'll take a look if the directory is selectable from the media store

@tobexyz
Copy link
Owner

tobexyz commented Dec 22, 2024

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

<!-- Required only if your app needs to access images or photos that other apps created. -->

 <uses-permission android:name="android.permission.READ_MEDIA_IMAGES" /> <!-- Required only if your app needs to access videos that other apps created. -->

 <uses-permission android:name="android.permission.READ_MEDIA_VIDEO" /> <!-- Required only if your app needs to access audio files that other apps created. -->

 <uses-permission android:name="android.permission.READ_MEDIA_AUDIO" /> 

@tobexyz
Copy link
Owner

tobexyz commented Dec 29, 2024

files are also not visible, if the permissions for reading media files is not granted for the app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants