diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-02-26 03:36:04 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-02-26 03:36:04 +0000 |
commit | 5262a0665944adb045ff80da6e888116d5a06f5f (patch) | |
tree | dc9508cfca2a8bff5aaa32cb2bf94e35e8390889 /doc/mpd.1 | |
parent | 1adca2abd2aff8e74691d180f00600c3467ded28 (diff) | |
download | mpd-5262a0665944adb045ff80da6e888116d5a06f5f.tar.gz mpd-5262a0665944adb045ff80da6e888116d5a06f5f.tar.xz mpd-5262a0665944adb045ff80da6e888116d5a06f5f.zip |
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
Diffstat (limited to 'doc/mpd.1')
-rw-r--r-- | doc/mpd.1 | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -157,13 +157,13 @@ Below is an example config file. (Note: '#' at the beginning of a line denotes a .br port "2100" .br -music_directory "/home/shank/mp3" +music_directory "~/mp3" .br -playlist_directory "/home/shank/playlists" +playlist_directory "~/playlists" .br -log_file "/home/shank/mpd.log" +log_file "~/mpd.log" .br -error_file "/home/shank/mpd.error" +error_file "~/mpd.error" .br .br @@ -197,9 +197,9 @@ buffer_before_play "25%" .br buffer_size "2048" .br -#db_file "/home/shank/playlists/.mpddb" +#db_file "~/playlists/.mpddb" .br -#state_file "/home/shank/playlists/.mpdstate" +#state_file "~/playlists/.mpdstate" .br #user "shank" .br |