summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorself <self@sateoki.xyz>2022-02-01 21:27:16 +0000
committerself <self@sateoki.xyz>2022-02-01 21:27:16 +0000
commitb7c5515035d5f83a68be43fcd375f42223f2f974 (patch)
tree9a7fbe9ef006ac1a6b329806f907fcb1dd445d0e
parent9030f07e2bb58d2bd6e9c54bf29ed2e2aa023329 (diff)
Updated mpd and ncmpcpp
-rwxr-xr-xmpd.conf10
-rwxr-xr-xncmpcpp-config2
2 files changed, 6 insertions, 6 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"
#
###############################################################################
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
#