vimus / libmpd-haskell

A client library for MPD, the Music Player Daemon
MIT License
36 stars 26 forks source link

status doesn't support partition. #119

Closed crocket closed 4 years ago

crocket commented 4 years ago

MPD returned an unexpected response: unexpected key-value pair: ("partition","default")

> telnet localhost 6600
Trying ::1...
Connected to localhost.
Escape character is '^]'.
OK MPD 0.22.0
status
volume: 50
repeat: 0
random: 0
single: 0
consume: 0
partition: default
playlist: 1
playlistlength: 0
mixrampdb: 0.000000
state: stop
OK
crocket commented 4 years ago

Replaced by https://github.com/vimus/libmpd-haskell/pull/120