doc: added "music directory" section
This commit is contained in:
parent
539e96bfcc
commit
57cf984aae
19
doc/user.xml
19
doc/user.xml
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue