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.+)
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.0mpd --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