Erratic behavior of next/previous in "paused" state #1177
Closed
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Given the following sequence of mpc commands
one would assume that the track that's getting played is "From Me to You". Curiously, however, it still is "Love Me Do", though
mpc status
claims otherwise.This seems to occur only when changing tracks using
next
/prev
in "paused" mode, and is also reproducible with Mopidy-Mobile/Mopidy.js, so it does not seem to be anmpd
issue.When calling
mpc stop
instead ofmpc pause
, this does not seem to occur, i.e. tracks are changed an played as expected, althoughmpd status
will not report the current/next track when paused.Mopidy v1.0.4 verbose log for above command sequence: https://gist.github.com/tkem/393e2f5c103b9eb238d5
The text was updated successfully, but these errors were encountered: