From f617ccfc4d349bd359acc49487860d53f06b6cbd Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Thu, 15 Apr 2010 19:28:29 +0200 Subject: [PATCH] set mpd_communication_mode to 'notifications' by default --- doc/config | 2 +- doc/ncmpcpp.1 | 2 +- src/settings.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/config b/doc/config index 8374dcf7..8f01d2fc 100644 --- a/doc/config +++ b/doc/config @@ -17,7 +17,7 @@ # #mpd_crossfade_time = "5" # -#mpd_communication_mode = "polling" (polling/notifications) +#mpd_communication_mode = "notifications" (polling/notifications) # ##### music visualizer ##### ## diff --git a/doc/ncmpcpp.1 b/doc/ncmpcpp.1 index 5892e933..33d01953 100644 --- a/doc/ncmpcpp.1 +++ b/doc/ncmpcpp.1 @@ -70,7 +70,7 @@ Set connection timeout to MPD to given value. Default number of seconds to crossfade, if enabled by ncmpcpp. .TP .B mpd_communication_mode = MODE -If set to 'polling', ncmpcpp will constantly poll mpd for its status. If set to 'notifications', ncmppcp will make use of 'idle' command and wait for events. This is more efficient and responsive, but kinda experimental. If you decide to use it, you may want to run the latest mpd version available. +If set to 'polling', ncmpcpp will constantly poll mpd for its status. If set to 'notifications', ncmppcp will make use of 'idle' command and wait for events. This is more efficient and responsive, but may cause some trouble with