-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
Use ExoPlayer for duration parsing #661
Comments
Can you provide sample files @nemesis-vampy? I cannot tell if this is a consequence of poor format support or your device's MediaStore database being broken (VLC uses it's own custom parser for durations, for now I still rely on MediaStore which is much flakier). Just make sure to strip the audio out if its copyrighted, I only need the tags anyway. |
of course. |
I can't seem to reproduce this. This implies this is largely device-specific. I'll convert this issue into a related enhancement about effectively using ExoPlayer for duration parsing as a fallback (Currently the maintainers don't support it, so it would have to be a manual patch). |
Clear data of Auxio and com.android.providers.media. |
Describe the Bug/Crash
some songs in my library show a duration of --:--, and the albums they are in show a duration of 0:00:
Describe the intended behavior
should display the true duration of the songs and their albums.
vlc, for example, correctly displays the duration:
What android version do you use?
Android 14
What device model do you use?
samsung galaxy s22
Bug report
n/a?
Duplicates
The text was updated successfully, but these errors were encountered: