Commit b9644807 authored by Avuton Olrich's avatar Avuton Olrich Committed by Max Kellermann

exconf: Comment formerly required files.

parent 3836dcf5
...@@ -6,20 +6,20 @@ ...@@ -6,20 +6,20 @@
# This setting controls the top directory which MPD will search to discover the # This setting controls the top directory which MPD will search to discover the
# available audio files and add them to the daemon's online database. # available audio files and add them to the daemon's online database.
# #
music_directory "~/music" #music_directory "~/music"
# #
# This setting sets the MPD internal playlist directory. The purpose of this # This setting sets the MPD internal playlist directory. The purpose of this
# directory is storage for playlists created by MPD. The server will use # directory is storage for playlists created by MPD. The server will use
# playlist files not created by the server but only if they are in the MPD # playlist files not created by the server but only if they are in the MPD
# format. # format.
# #
playlist_directory "~/.mpd/playlists" #playlist_directory "~/.mpd/playlists"
# #
# This setting sets the location of the MPD database. This file is used to # This setting sets the location of the MPD database. This file is used to
# load the database at server start up and store the database while the # load the database at server start up and store the database while the
# server is not up. # server is not up.
# #
db_file "~/.mpd/database" #db_file "~/.mpd/database"
# #
# These settings are the locations for the daemon log files for the daemon. # These settings are the locations for the daemon log files for the daemon.
# These logs are great for troubleshooting, depending on your log_level # These logs are great for troubleshooting, depending on your log_level
...@@ -29,7 +29,7 @@ db_file "~/.mpd/database" ...@@ -29,7 +29,7 @@ db_file "~/.mpd/database"
# On most systems, log messages will appear in /var/log/daemon.log # On most systems, log messages will appear in /var/log/daemon.log
# then. # then.
# #
log_file "~/.mpd/log" #log_file "~/.mpd/log"
# #
# This setting sets the location of the file which stores the process ID # This setting sets the location of the file which stores the process ID
# for use of mpd --kill and some init scripts. This setting is disabled by # for use of mpd --kill and some init scripts. This setting is disabled by
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment