Position freezes after seek in FLAC via HTTP #1462
Closed
Milestone
Comments
https://botbot.me/freenode/mopidy/2016-02-08/?msg=59602124 and onward has a suggestion for a possibly better way of handling seek detection. Problem with the current approach is that we listen for pad events. Which means that we catch the seek on it's way into the last element, and we might have a race. |
adamcik
added a commit
that referenced
this issue
Jun 13, 2016
audio: Ignore position of _on_position_changed callback (fixes #1462)
adamcik
added a commit
that referenced
this issue
Jul 25, 2016
audio: Ignore position of _on_position_changed callback (fixes #1462)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mopidy 2.0 9c05cc8. To reproduce:
Problem: core.PlaybackController._on_position_changed is called with 0 instead of the expected position 171150, so seek never finishes.
https://github.com/mopidy/mopidy/blob/develop/mopidy/core/playback.py#L233
The text was updated successfully, but these errors were encountered: