aboutsummaryrefslogtreecommitdiff
path: root/doc/user.xml
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-04-10 09:13:59 +0200
committerMax Kellermann <max@duempel.org>2009-04-10 09:13:59 +0200
commit57cf984aae6470bbf3f61581ff5d3d031115946d (patch)
tree3710968b6252ab470fd3563d5a91270999172e55 /doc/user.xml
parent539e96bfcce0d260a2aebe057794181126e7f7f2 (diff)
doc: added "music directory" section
Diffstat (limited to 'doc/user.xml')
-rw-r--r--doc/user.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml
index 7276429c..c50f977d 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -73,6 +73,25 @@ cd mpd-0.14.2</programlisting>
<title>Configuration</title>
<section>
+ <title>Configuring the music directory</title>
+
+ <para>
+ When you play local files, you should organize them within a
+ directory called the "music directory". This is configured in
+ MPD with the <varname>music_directory</varname> setting.
+ </para>
+
+ <para>
+ By default, MPD follows symbolic links in the music directory.
+ This behavior can be switched off:
+ <varname>follow_outside_symlinks</varname> controls whether
+ MPD follows links pointing to files outside of the music
+ directory, and <varname>follow_inside_symlinks</varname> lets
+ you disable symlinks to files inside the music directory.
+ </para>
+ </section>
+
+ <section>
<title>Configuring audio outputs</title>
<para>