From 3ddef434e5d02ff8335cebcb7446c9640bb1b6b1 Mon Sep 17 00:00:00 2001 From: Daniele Fucini Date: Mon, 18 Mar 2024 23:00:12 +0100 Subject: [PATCH] Update mpd.conf --- .config/mpd/mpd.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index ee94ece..efca8a2 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -17,7 +17,7 @@ music_directory "~/Music" # 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 "~/.config/mpd/playlists" +playlist_directory "~/.local/share/mpd/playlists" # # This setting sets the location of the MPD database. This file is used to # load the database at server start up and store the database while the @@ -25,7 +25,7 @@ playlist_directory "~/.config/mpd/playlists" # MPD to accept files over ipc socket (using file:// protocol) or streaming # files over an accepted protocol. # -db_file "~/.config/mpd/database" +db_file "~/.local/share/mpd/database" # # These settings are the locations for the daemon log files for the daemon. # These logs are great for troubleshooting, depending on your log_level @@ -47,12 +47,12 @@ db_file "~/.config/mpd/database" # it was brought down. This setting is disabled by default and the server # state will be reset on server start up. # -state_file "~/.config/mpd/state" +state_file "~/.local/share/mpd/state" # # The location of the sticker database. This is a database which # manages dynamic information attached to songs. # -sticker_file "~/.config/mpd/sticker.sql" +sticker_file "~/.local/share/mpd/sticker.sql" # ############################################################################### @@ -81,7 +81,7 @@ sticker_file "~/.config/mpd/sticker.sql" bind_to_address "127.0.0.1" # # And for Unix Socket -bind_to_address "~/.config/mpd/socket" +bind_to_address "~/.local/share/mpd/socket" # # This setting is the TCP port that is desired for the daemon to get assigned # to.