From d2362ff046f0689f197b1103eb52684f3be4d4c9 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 20 Sep 2025 07:20:33 +0200 Subject: [PATCH] feat(mpd): set audio --- mpd/.config/mpd/mdp.conf | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/mpd/.config/mpd/mdp.conf b/mpd/.config/mpd/mdp.conf index 4833c0d..986d0d3 100644 --- a/mpd/.config/mpd/mdp.conf +++ b/mpd/.config/mpd/mdp.conf @@ -196,13 +196,13 @@ auto_update "yes" # Input ####################################################################### # -input { - plugin "curl" +# input { +# plugin "curl" # proxy "proxy.isp.com:8080" # proxy_user "user" # proxy_password "password" -} - +# } +# # ############################################################################### @@ -215,6 +215,10 @@ input { # # An example of an ALSA output: # +audio_output { + type "pipewire" + name "PipeWire Sound Server" +} #audio_output { # type "alsa" # name "My ALSA Device"