From 5ceda6da87476e98637738bcc09a82c32571ded0 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sat, 16 May 2026 06:58:16 +0200 Subject: [PATCH] mpd: add config --- dot-config/mpd/mpd.conf | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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" +# } -- 2.53.0