summaryrefslogtreecommitdiff
path: root/mpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mpd.conf')
-rwxr-xr-xmpd.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/mpd.conf b/mpd.conf
index 1257028..787f5df 100755
--- a/mpd.conf
+++ b/mpd.conf
@@ -10,7 +10,7 @@
# be disabled and audio files will only be accepted over ipc socket (using
# file:// protocol) or streaming files over an accepted protocol.
#
-music_directory "/mnt/Shared/Music"
+music_directory "~/.music"
#
# This setting sets the MPD internal playlist directory. The purpose of this
# directory is storage for playlists created by MPD. The server will use
@@ -44,7 +44,7 @@ log_file "syslog"
#
# If you use systemd, do not configure a pid_file.
#
-#pid_file "~/.mpd/pid"
+pid_file "~/.config/mpd/pid"
# This setting sets the location of the file which contains information about
# most variables to get MPD back into the same general shape it was in before
@@ -68,7 +68,7 @@ log_file "syslog"
# initialization. This setting is disabled by default and MPD is run as the
# current user.
#
-#user "nobody"
+# user "mpd"
#
# This setting specifies the group that MPD will run as. If not specified
# primary group of user specified with "user" setting will be used (if set).
@@ -136,12 +136,12 @@ log_file "syslog"
# If this setting is set to "yes", MPD will discover audio files by following
# symbolic links outside of the configured music_directory.
#
-#follow_outside_symlinks "yes"
+follow_outside_symlinks "yes"
#
# If this setting is set to "yes", MPD will discover audio files by following
# symbolic links inside of the configured music_directory.
#
-#follow_inside_symlinks "yes"
+follow_inside_symlinks "yes"
#
###############################################################################