]> Freerunner's - dotfiles.git/commitdiff
mpd: add config
authorAndre Ramnitz <andre.ramnitz@mail.de>
Sat, 16 May 2026 04:58:16 +0000 (06:58 +0200)
committerAndre Ramnitz <andre.ramnitz@mail.de>
Sun, 17 May 2026 23:14:02 +0000 (01:14 +0200)
dot-config/mpd/mpd.conf

index 36063c0cd24c0605436232e8c218525bb04c84a2..9866c1d603a7fcea3acd280efd21389e7dca4cdf 100644 (file)
@@ -1,14 +1,14 @@
 user "andy"
 bind_to_address "localhost"
 
-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"
+pid_file "/run/user/1000/mpd.pid"
+log_file "/home/andy/.local/share/mpd/log"
+state_file "/home/andy/.local/share/mpd/state"
+sticker_file "/home/andy/.local/share/mpd/sticker.sql"
 
 database {
        plugin "simple"
-       path "/home/andy/mpd/database"
+       path "/home/andy/.local/share/mpd/database"
        cache_directory "/home/andy/.cache/mpd"
 }
 
@@ -29,11 +29,11 @@ audio_output {
        name    "Pipewire Output"
 }
 
-audio_output {
-       type    "fifo"
-       name    "mpdFIFO"
-       path    "/tmp/mpd.fifo"
-       enabled "no"
-       format  "44100:16:2"
-}
+audio_output {
+#      type    "fifo"
+#      name    "mpdFIFO"
+#      path    "/tmp/mpd.fifo"
+#      format  "44100:16:2"
+#      enabled "no"
+}