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

Progress bar not synchronized #34

Closed
fedikhatib opened this issue Oct 24, 2023 · 6 comments
Closed

Progress bar not synchronized #34

fedikhatib opened this issue Oct 24, 2023 · 6 comments

Comments

@fedikhatib
Copy link

fedikhatib commented Oct 24, 2023

When playing an audio the progress bar is not synchronized with the elapsed and passed time and not showing the position in the slider. And when taping it pause the player.
Also if you notice in the right side of the progress the time is 00:00
Screenshot_2023-10-24-14-41-39-891_com msob7y namida

How to reproduce:
Go setting and reindex and refresh library .
The open audio from the recent home

@Red6785
Copy link

Red6785 commented Oct 24, 2023

Had this issue suddenly, never noticed it before, but
Screenshot_20231024_133854

@MSOB7YY
Copy link
Member

MSOB7YY commented Oct 24, 2023

this happens because the duration is zero, i.e. couldn't be extracted

usually when u play a track, and it has a duration of 0 (tagger failed to extract duration before), then the new duration obtained (after playing) will be assigned to this track

what happened here is either one of these:

  1. the player also failed to obtain a duration (less likely)
  2. u did a reindex, which erased the duration obtained from player, and now u have to play it again to assign the correct duration

@MSOB7YY
Copy link
Member

MSOB7YY commented Oct 24, 2023

@Red6785 what issue exactly? the screenshot seems alright

@Red6785
Copy link

Red6785 commented Oct 24, 2023

@MSOB7YY as you can see, the duration of the song is 3 minutes and 22 seconds, yet the progress bar is halfway through at 57 seconds. It should be halfway at 1 minute and 44 seconds.

@fedikhatib
Copy link
Author

@MSOB7YY yes I did a reindex as stated above because all home screen shimmers keeps loading so did a reindex and the tracks loaded in the home screen but it trigger this bug

@MSOB7YY
Copy link
Member

MSOB7YY commented Dec 13, 2023

as mentioned, this should be fixed (hopefully), feel free to re-open otherwise.

@MSOB7YY MSOB7YY closed this as completed Dec 13, 2023
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