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"
}
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"
+# }