From b7c5515035d5f83a68be43fcd375f42223f2f974 Mon Sep 17 00:00:00 2001 From: self Date: Tue, 1 Feb 2022 21:27:16 +0000 Subject: Updated mpd and ncmpcpp --- mpd.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mpd.conf') 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" # ############################################################################### -- cgit v1.2.1