From 57cf984aae6470bbf3f61581ff5d3d031115946d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 10 Apr 2009 09:13:59 +0200 Subject: doc: added "music directory" section --- doc/user.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'doc') diff --git a/doc/user.xml b/doc/user.xml index 7276429cd..c50f977d6 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -72,6 +72,25 @@ cd mpd-0.14.2 Configuration +
+ Configuring the music directory + + + When you play local files, you should organize them within a + directory called the "music directory". This is configured in + MPD with the music_directory setting. + + + + By default, MPD follows symbolic links in the music directory. + This behavior can be switched off: + follow_outside_symlinks controls whether + MPD follows links pointing to files outside of the music + directory, and follow_inside_symlinks lets + you disable symlinks to files inside the music directory. + +
+
Configuring audio outputs -- cgit v1.2.3