-
Notifications
You must be signed in to change notification settings - Fork 616
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
Can't jump to specific track in playlist #1353
Comments
I can't see anything going wrong in the log, it seems to be doing what it's been told to. I also can't reproduce this, but I don't have the macOS client. Does it behave any better with a different audio backend i.e. passthrough? |
I first encountered it with the pipe backend, yes. But as that was using my fork. I now tried again with passthrough and pipe on the The problem really is that librespot seems to totally ignore the fact that I clicked a button. There's nothing logged, nor would playback jump. In pipe mode, though, playback paused. I'm not sure whether there's a timing related issue, as piping would simply download the full track and jump to the next within seconds anyway. But I see nothing logged in default logging mode. In my log file OTOH you'd see the following when playback of a track starts:
Then when I click a track:
So I must assume there's something in that big Frame dump (900 lines?) which tells librespot to stop? |
I should probably have dumped that frame here:
Oh, it's actually right there pretty much at the top... |
Describe the bug
I loaded up a playlist. Then I wanted to jump to the last track in the list to see how it would handle an "end of queue" event. I could click any track in the list, but it would only stop playback, not jump to that track.
To reproduce
Steps to reproduce the behavior:
librespot -c . -name tescht --verbose &> test.log
(yes, I know, got thename
parameter wrong, but anyway...)Log
Too long to embed here, I guess. I'm not sure what the relevant part of it is: test.log
Host (what you are running
librespot
on):librespot 0.5.0-dev e02e4ae (Built on 2024-09-26, Build ID: 0kQU3dVK, Profile: debug)
Additional context
The same interaction would work if playing from the application directly (not sending to
librespot
)The text was updated successfully, but these errors were encountered: