git-svn-id: https://svn.musicpd.org/mpd/trunk@439 09075e82-0dd4-0310-85a5-a0d7c8717e4f

This commit is contained in:
Warren Dukes 2004-03-24 00:58:47 +00:00
parent 5a9bf01221
commit 85e4825731
1 changed files with 5 additions and 5 deletions

View File

@ -6,9 +6,9 @@
########## REQUIRED ############### ########## REQUIRED ###############
port "2100" port "2100"
music_directory "~/music" music_directory "~/music"
playlist_directory "~/playlists" playlist_directory "~/.mpd/playlists"
log_file "~/mpd.log" log_file "~/.mpd/mpd.log"
error_file "~/mpd.error" error_file "~/.mpd/mpd.error"
################################### ###################################
@ -31,13 +31,13 @@ error_file "~/mpd.error"
########### OPTIONAL FILES ############## ########### OPTIONAL FILES ##############
# Location of DB file # Location of DB file
#db_file "~/playlists/.mpddb" #db_file "~/.mpd/mpddb"
# #
# State file for storing state of mpd # State file for storing state of mpd
# when it is shutdown. MPD will restore # when it is shutdown. MPD will restore
# the state (i.e. load playlist, start # the state (i.e. load playlist, start
# playing, etc) upon restart. # playing, etc) upon restart.
#state_file "~/.mpdstate" #state_file "~/.mpd/mpdstate"
########################################## ##########################################