summaryrefslogtreecommitdiff
path: root/mpd.conf
diff options
context:
space:
mode:
authorself <self@sateoki.xyz>2022-03-11 14:19:43 +0000
committerself <self@sateoki.xyz>2022-03-11 14:19:43 +0000
commit8ecebd09205520d9bf6dd1ed9d034578dac3a7bb (patch)
treeea6dc4e8e2303596f3320a26f25d3cfffced6419 /mpd.conf
parentf62ef42d519962cda9c41aa9288d9258e9edbdd3 (diff)
Updated mpd / ncmpcpp configs
Diffstat (limited to 'mpd.conf')
-rwxr-xr-xmpd.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/mpd.conf b/mpd.conf
index a3282b8..efb4e0d 100755
--- a/mpd.conf
+++ b/mpd.conf
@@ -10,14 +10,15 @@
# be disabled and audio files will only be accepted over ipc socket (using
# file:// protocol) or streaming files over an accepted protocol.
#
-music_directory "/var/mpd/music"
+music_directory "/var/lib/mpd/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
# playlist files not created by the server but only if they are in the MPD
# format. This setting defaults to playlist saving being disabled.
#
-playlist_directory "/var/mpd/playlists"
+playlist_directory "/var/lib/mpd/playlists"
+
#
# This setting sets the location of the MPD database. This file is used to
@@ -26,7 +27,7 @@ playlist_directory "/var/mpd/playlists"
# MPD to accept files over ipc socket (using file:// protocol) or streaming
# files over an accepted protocol.
#
-db_file "/var/mpd/database"
+db_file "/var/lib/mpd/database"
# These settings are the locations for the daemon log files for the daemon.
#