]> Freerunner's - dotfiles.git/commitdiff
mpd: make paths more robust
authorAndre Ramnitz <tux.rising@gmail.com>
Tue, 26 Dec 2023 23:16:12 +0000 (00:16 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Sun, 18 Aug 2024 16:18:52 +0000 (18:18 +0200)
config/mpd/mpd.conf

index 86cc15914521501ace6d88d20c0c20fea1fd27ad..3a3409ab3699b947bc6d32702762ef6cee45d56d 100644 (file)
@@ -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"