diff options
-rwxr-xr-x | mpd.conf | 10 | ||||
-rwxr-xr-x | ncmpcpp-config | 2 |
2 files changed, 6 insertions, 6 deletions
@@ -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" # ############################################################################### diff --git a/ncmpcpp-config b/ncmpcpp-config index 1d79611..d461d7d 100755 --- a/ncmpcpp-config +++ b/ncmpcpp-config @@ -33,7 +33,7 @@ mpd_port = 6600 # ## Needed for tag editor and file operations to work. ## -mpd_music_dir = /mnt/Shared/Music +mpd_music_dir = ~/.music # #mpd_crossfade_time = 5 # |