docs: Add ncmpcpp library view slowness workaround

Based on comments in #727.
This commit is contained in:
Stein Magnus Jodal 2014-06-19 23:08:28 +02:00
parent 198bd8af6c
commit 5484abf3da

View File

@ -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
-----