aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mpd.conf.5
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-18 16:56:07 +0100
committerMax Kellermann <max@duempel.org>2009-01-18 16:56:07 +0100
commit1f0dfb4407344996bbe874525413275b79da12b3 (patch)
tree6da8c04bf1e3c6143927d3a69eecb3532f88939f /doc/mpd.conf.5
parent9933144de7389b12b2a75cfb4320baecefa952af (diff)
downloadmpd-1f0dfb4407344996bbe874525413275b79da12b3.tar.gz
mpd-1f0dfb4407344996bbe874525413275b79da12b3.tar.xz
mpd-1f0dfb4407344996bbe874525413275b79da12b3.zip
mapper: make the music_directory optional
Without a music_directory, MPD is an excellent streaming client.
Diffstat (limited to 'doc/mpd.conf.5')
-rw-r--r--doc/mpd.conf.57
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5
index 9ee10b2b7..a40ec9467 100644
--- a/doc/mpd.conf.5
+++ b/doc/mpd.conf.5
@@ -29,9 +29,6 @@ See \fBdocs/mpdconf.example\fP in the source tarball for an example
configuration file.
.SH REQUIRED PARAMETERS
.TP
-.B music_directory <directory>
-This specifies the directory where music is located.
-.TP
.B follow_outside_symlinks <yes or no>
Control if MPD will follow symbolic links pointing outside the music dir.
You must recreate the database after changing this option.
@@ -54,6 +51,10 @@ The special value "syslog" makes MPD use the local syslog daemon.
.B pid_file <file>
This specifies the file to save mpd's process ID in.
.TP
+.B music_directory <directory>
+This specifies the directory where music is located.
+If you do not configure this, you can only play streams.
+.TP
.B playlist_directory <directory>
This specifies the directory where saved playlists are stored.
If you do not configure this, you cannot save playlists.