From 08ebb3b699044bd95f88a2aa22e3dd9fb9ef4cca Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Sun, 14 Feb 2016 16:46:08 +0100 Subject: [PATCH] docs: Library view is only slow with ncmpcpp <= 0.5 --- docs/clients/mpd.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/clients/mpd.rst b/docs/clients/mpd.rst index ee1b1903..e1cb6019 100644 --- a/docs/clients/mpd.rst +++ b/docs/clients/mpd.rst @@ -30,14 +30,17 @@ 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 +With ncmpcpp <= 0.5, 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. +Note that this option was removed in ncmpcpp 0.6, but with this version, the +library view works well without it. + ncmpc -----