Mic92 / python-mpd2

Python library which provides a client interface for the Music Player Daemon.
GNU Lesser General Public License v3.0
353 stars 119 forks source link

Command seekcur() jumps to the next song in random mode #41

Closed h8h closed 10 years ago

h8h commented 10 years ago

The command seekcur() works for all modes except random mode as expected. When i'm using the random mode, i.e. seekcur("+10"), mpd jumps to the next song and starts playing at the time position of the last song + 10 secs.

I think this is not the normal behaviour.

print(client.mpd_version): 0.18.0 mpd --version : 0.18.12 (maybe a bug, if not, please use + if you cannot figure out the correct version 0.18.+)

python-mpd2 version: 0.5.3

Mic92 commented 10 years ago

This is a bug in MPD. I have submitted a bug report upstream, see http://bugs.musicpd.org/view.php?id=4073

h8h commented 10 years ago

Ok, sorry for opening an issue and thanks for forwarding it!

Mic92 commented 10 years ago

no problem

Mic92 commented 10 years ago

was marked as resolved upstream.