From: Andre Ramnitz Date: Tue, 26 Dec 2023 23:16:12 +0000 (+0100) Subject: mpd: make paths more robust X-Git-Tag: v0.2~271 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=f100eb61eeab6fa6144568952b28b62548ed4fc0;p=dotfiles.git mpd: make paths more robust --- diff --git a/config/mpd/mpd.conf b/config/mpd/mpd.conf index 86cc1591..3a3409ab 100644 --- a/config/mpd/mpd.conf +++ b/config/mpd/mpd.conf @@ -1,15 +1,15 @@ user "andy" bind_to_address "localhost" -log_file "~/mpd/log" -pid_file "~/mpd/pid" -state_file "~/mpd/state" -sticker_file "~/mpd/sticker.sql" +log_file "/home/andy/mpd/log" +pid_file "/home/andy/mpd/pid" +state_file "/home/andy/mpd/state" +sticker_file "/home/andy/mpd/sticker.sql" database { plugin "simple" - path "~/mpd/database" - cache_directory "~/.cache/mpd" + path "/home/andy/mpd/database" + cache_directory "/home/andy/.cache/mpd" } auto_update "yes"