From 1f0dfb4407344996bbe874525413275b79da12b3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 18 Jan 2009 16:56:07 +0100 Subject: mapper: make the music_directory optional Without a music_directory, MPD is an excellent streaming client. --- doc/mpd.conf.5 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') 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 -This specifies the directory where music is located. -.TP .B follow_outside_symlinks 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 This specifies the file to save mpd's process ID in. .TP +.B music_directory +This specifies the directory where music is located. +If you do not configure this, you can only play streams. +.TP .B playlist_directory This specifies the directory where saved playlists are stored. If you do not configure this, you cannot save playlists. -- cgit v1.2.3