From: Andre Ramnitz Date: Sat, 16 May 2026 04:58:16 +0000 (+0200) Subject: mpd: add config X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=5ceda6da87476e98637738bcc09a82c32571ded0;p=dotfiles.git mpd: add config --- diff --git a/dot-config/mpd/mpd.conf b/dot-config/mpd/mpd.conf index 36063c0c..9866c1d6 100644 --- a/dot-config/mpd/mpd.conf +++ b/dot-config/mpd/mpd.conf @@ -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" +# }