From b9c0d305cdc09117821a3d870ec6d7229ae2aacb Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 25 Jul 2015 11:51:45 +0200 Subject: [PATCH] docs: Add core/max_tracklist_length config --- docs/config.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/config.rst b/docs/config.rst index 46b15635..3a919b5c 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -57,6 +57,18 @@ Core configuration values Mopidy's core has the following configuration values that you can change. + +Core configuration +------------------ + +.. confval:: core/max_tracklist_length + + Max length of the tracklist. Defaults to 10000. + + The original MPD server only supports 10000 tracks in the tracklist. Some + MPD clients will crash if this limit is exceeded. + + Audio configuration -------------------