-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Duration of song doubled on MacOS #148
Comments
Looks like a lot of people are having this issue |
Came here to report the same! MacOS In the playlist durations are correct but doubled when playing and remainder is just silent. |
Same here |
@karniv00l Since you're already familiar with Spotube codebase and happens to have a Mac, can you try using different available YouTube codecs in MacOS and see if this happens in other codecs as well? You can see the available codecs by adding spotube/lib/provider/Playback.dart Lines 435 to 444 in aba1ba9
|
I'm actually not familiar with the codebase at all 😅 Changing codec from I've also inspected some variables in this class, and it seems like YT and Spotify tracks both reports correct length and correct song (with some exceptions). So I would say it may be some bug in elsewhere, like in the core of the player? |
Yeah
So it could be flutter |
Thanks for looking into this. It's really an annoying bug in the core :-) |
Hi, After renaming the file, as suggested by https://apple.stackexchange.com/a/443882 , the correct duration is visible |
This isn't solved @RaptaG |
So I replaced |
@KRTirtho I confirm the nightly build has correct song duration on macos Monterey |
Describe the bug
Duration of song doubled in MacOS
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Display correct duration and play next song correctly.
Screenshots
The song is 3:23 long:
While it is playing, it shows 7:07 and is still playing after 3:23
Installation Source/Method
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: