From 5484abf3dacc4a294e58901401c250665079a4bf Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 19 Jun 2014 23:08:28 +0200 Subject: [PATCH] docs: Add ncmpcpp library view slowness workaround Based on comments in #727. --- docs/clients/mpd.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/clients/mpd.rst b/docs/clients/mpd.rst index 4a2736fe..91d0f8db 100644 --- a/docs/clients/mpd.rst +++ b/docs/clients/mpd.rst @@ -60,6 +60,14 @@ supported)" mode because the client tries to fetch all known metadata and do the search on the client side. The two other search modes works nicely, so this is not a problem. +The library view is very slow when used together with Mopidy-Spotify. A +workaround is to edit the ncmpcpp configuration file +(:file:`~/.ncmpcpp/config`) and set:: + + media_library_display_date = "no" + +With this change ncmpcpp's library view will still be a bit slow, but usable. + ncmpc -----