From e304b85c87398387782a25491b14a81ff61d8ed6 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 12 Sep 2012 20:35:25 +0200 Subject: [PATCH] docs: Remove note about how to use ncmpcpp with Mopidy < 0.6, which is almost a year ago --- docs/clients/mpd.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/clients/mpd.rst b/docs/clients/mpd.rst index 64bd304b..d35b87bc 100644 --- a/docs/clients/mpd.rst +++ b/docs/clients/mpd.rst @@ -37,19 +37,6 @@ Search only works in two of the three search modes: - "Match if tag contains searched phrase (no regexes)" -- Works. - "Match only if both values are the same" -- Works. -Communication mode -^^^^^^^^^^^^^^^^^^ - -In newer versions of ncmpcpp, like ncmpcpp 0.5.5 shipped with Ubuntu 11.04, -ncmcpp defaults to "notifications" mode for MPD communications, which Mopidy -did not support before Mopidy 0.6. To workaround this limitation in earlier -versions of Mopidy, edit the ncmpcpp configuration file at -``~/.ncmpcpp/config`` and add the following setting:: - - mpd_communication_mode = "polling" - -If you use Mopidy 0.6 or newer, you don't need to change anything. - Graphical clients =================