From 5262a0665944adb045ff80da6e888116d5a06f5f Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Thu, 26 Feb 2004 03:36:04 +0000 Subject: update changelog for 0.10.0 update add command info to include dir support update mpd.1 and conf example to include ~ support git-svn-id: https://svn.musicpd.org/mpd/trunk@64 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- doc/mpdconf.example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/mpdconf.example') diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 9e3bfd3ed..84bcb68fe 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -1,9 +1,9 @@ # required port "2100" -music_directory "/home/shank/mp3" -playlist_directory "/home/shank/playlists" -log_file "/home/shank/mpd.log" -error_file "/home/shank/mpd.error" +music_directory "~/mp3" +playlist_directory "~/playlists" +log_file "~/mpd.log" +error_file "~/mpd.error" # optional mixer_type "oss" @@ -20,8 +20,8 @@ mixer_device "/dev/mixer" max_playlist_length "4096" buffer_before_play "25%" buffer_size "2048" -#db_file "/home/shank/playlists/.mpddb" -#state_file "/home/shank/playlists/.mpdstate" +#db_file "~/playlists/.mpddb" +#state_file "~/playlists/.mpdstate" #user "shank" connection_timeout "60" max_connections "5" -- cgit v1.2.3