diff options
author | self <self@sateoki.xyz> | 2022-02-01 21:27:16 +0000 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-02-01 21:27:16 +0000 |
commit | b7c5515035d5f83a68be43fcd375f42223f2f974 (patch) | |
tree | 9a7fbe9ef006ac1a6b329806f907fcb1dd445d0e /mpd.conf | |
parent | 9030f07e2bb58d2bd6e9c54bf29ed2e2aa023329 (diff) |
Updated mpd and ncmpcpp
Diffstat (limited to 'mpd.conf')
-rwxr-xr-x | mpd.conf | 10 |
1 files changed, 5 insertions, 5 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" # ############################################################################### |