-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Playback-time continues even when stopped/paused #350
Comments
This does not happen with the Spotify-app on Android, so maybe it's a bug in the Spotify-application for Windows. But there this bug does not happen if I select another SpotifyConnect-enabled device. Can anyone reproduce/check if the timer is always counting with the current dev-branch? |
I tested with the linux desktop client and there is no issue. Playback-time is pausing on the desktop once I pause on the mobile device. |
Just tested with librespot-java on 77a5584 and the Windows desktop client on |
My Windows client is on 1.1.58.820.g2ae50076-a and I am using the latest xyz.gianlu.librespot:librespot-player:1.5.6-SNAPSHOT:thin. I will try to find the reason for this or otherwise interpret it as a temporary Spotify-bug ;-) |
Now I see it. Do you have the new UI? |
Yep, that's the new UI. I've been looking at this issue for a while, but I cannot figure out what's causing it. |
I've seen strange issues with reported progress, too, and hope that the observations are helpful for diagnosis. Background: I am displaying progress in the Web UI by regularly polling status from the Spotify WebAPI ( Negative timestampsI am not sure how to reproduce, but this has happened at least twice now. The progress/timestamp of the currently playing episode is reported to be negative, for example The timestamps stay incorrect/negative across episode/track changes. Note that the negative timestamps even persist across power-offs of the Raspberry. I just found, though, that closing the player instance via its own API ( Increasing time stamps when pausedThis is probably the same issue as described above: after pausing (an episode of a show), the reported state is |
This is an issue for me when using spotify-qt with librespot-java. There's also a web remote here that reacts the same way with librespot-java. The Rust version of librespot did not have this issue from what I can tell, but it has another issue that was non-negotiable for me here (still not fixed) which is why I moved to the more supported Java version, even with the higher RAM requirement. Just throwing my hat in this ring. |
When I connect to my device within Spotify on Window, the playback-time starts/continues even when in pause-state.
It happens always, when I connect while in pause state, or when pausing in between.
Once the track is continued, the playback-time is updated with the real playback-time, but once I pause the playback, the timer continues within Spotify.
Is this a common issue or just happening to me?
The text was updated successfully, but these errors were encountered: