CodeBoy722 / MediaFacer_Kotlin

Mediafacer is an Android library that leverages the Android MediaStore Apis primarily for quick retrieval of media content (Video, Audio, Images) from the Mediastore with support for both internal and external storage Medium and built-in pagination.
MIT License
5 stars 2 forks source link

Folder issue #2

Closed sheikpunia1 closed 7 months ago

sheikpunia1 commented 7 months ago

I have place mp3 file in notification folder. In the home screen its not coming in the list but when i search in app in home screen it comes in the searching list

CodeBoy722 commented 7 months ago

hello @sheikpunia1 this is an issue I have also noticed generally from android 10 and above, I am still investigating it, seems it a problem with the MediaStore not getting updated properly, as a workaround turn off your device and on again, i will swiftly update once i find an optimal solution

sheikpunia1 commented 7 months ago

have also noticed generally from and

i have found solution for it. In AudioGet class empty this audioSelection and it will load all audio from the folders.

CodeBoy722 commented 7 months ago

Ok great I will check that and see then maybe write a function to do that automatically