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

Apollo sometimes doesn't find my music #30

Closed
Cwpute opened this issue May 13, 2024 · 1 comment
Closed

Apollo sometimes doesn't find my music #30

Cwpute opened this issue May 13, 2024 · 1 comment

Comments

@Cwpute
Copy link

Cwpute commented May 13, 2024

Apollo sometimes doesn't find all the music i have stored on my device.

This is highly possible to be the same problem that affects other music players: MediaStore being old, inefficient and unmaintained.

As suggested in Auxio's issue tracker here : OxygenCobalt/Auxio#322

Bypass MediaStore entirely and just iterate through a Document Tree Uri provided by the user.

Maybe keep an eye on their progress, or try to come up with a solution yourself that could help you both, and potentialy many other developers.

@nuclearfog
Copy link
Owner

It's to inefficient because you have to read all files when starting app. For me MediaStore API works well. There are other reasons why some audio files can not be found (e.g. file format)

@nuclearfog nuclearfog closed this as not planned Won't fix, can't repro, duplicate, stale May 26, 2024
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

2 participants