From 4183b535fdc0775f8c73a45d51d9d62e06cab617 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Quelin?= Date: Mon, 5 Jan 2009 15:27:58 +0100 Subject: [PATCH] adding a note on idle command (new in 0.14) this command will not be implemented in audio::mpd, since it requires non blocking sockets. it will be done in poe::component::client::mpd --- lib/Audio/MPD.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Audio/MPD.pm b/lib/Audio/MPD.pm index 817c54f..a48c77e 100644 --- a/lib/Audio/MPD.pm +++ b/lib/Audio/MPD.pm @@ -600,7 +600,9 @@ maintain backward compatibility. Note that the module will by default connect to mpd before sending any command, and will disconnect after the command has been issued. This scheme is far from optimal, but allows us not to care about timeout -disconnections. +disconnections. Because of that, the C command (new in mpd 0.14) +is B (and will not) be supported in C. This will be +implemented in C. B Note that C is using high-level, blocking sockets. This means that if the mpd server is slow, or hangs for whatever reason, -- 2.11.4.GIT