aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/mpd.conf.54
-rw-r--r--doc/mpdconf.example6
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5
index 48b276d55..e0a30449e 100644
--- a/doc/mpd.conf.5
+++ b/doc/mpd.conf.5
@@ -253,6 +253,10 @@ comments.
This specifies the wheter to support automatic update of music database when
files are changed in music_directory. The default is to disable autoupdate
of database.
+.TP
+.B auto_update_depth <N>
+Limit the depth of the directories being watched, 0 means only watch
+the music directory itself. There is no limit by default.
.SH REQUIRED AUDIO OUTPUT PARAMETERS
.TP
.B type <type>
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index 1a0547094..3b69e9bb3 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -118,6 +118,12 @@
# music_directory are changed.
#
#auto_update "yes"
+#
+# Limit the depth of the directories being watched, 0 means only watch
+# the music directory itself. There is no limit by default.
+#
+#auto_update_depth "3"
+#
###############################################################################