doc: added "music directory" section

This commit is contained in:
Max Kellermann 2009-04-10 09:13:59 +02:00
parent 539e96bfcc
commit 57cf984aae
1 changed files with 19 additions and 0 deletions

View File

@ -72,6 +72,25 @@ cd mpd-0.14.2</programlisting>
<chapter>
<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>