Closed lhansford closed 10 years ago
Are you sure you are using the current version? The seekcur command is defined and works well for me; see https://github.com/Mic92/python-mpd2/blob/master/mpd.py#L103
seekcur
was introduced in version 0.4.0.
You can use print(mpd.VERSION)
to get your version.
Ah, apologies, I had the correct version of Python-MPD2, but an older version of MPD from before seekcur was implemented. Sorry about that.
I'm trying to seek on the currently playing song and I'm getting the following error:
Using MPDClient.seek() works fine, but it requires specifying a song and I'd rather just to be able to default to the current song.