summaryrefslogtreecommitdiff
path: root/mpd/mpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'mpd/mpd.conf')
-rw-r--r--mpd/mpd.conf17
1 files changed, 12 insertions, 5 deletions
diff --git a/mpd/mpd.conf b/mpd/mpd.conf
index e26dbd1..6fdf1b0 100644
--- a/mpd/mpd.conf
+++ b/mpd/mpd.conf
@@ -79,7 +79,7 @@ sticker_file "~/.config/mpd/sticker.sql"
# systemd socket activiation is in use.
#
# For network
-# bind_to_address "127.0.0.1"
+bind_to_address "127.0.0.1"
#
# And for Unix Socket
bind_to_address "~/.config/mpd/socket"
@@ -275,11 +275,18 @@ input {
#
# An example of a pulseaudio output (streaming to a remote pulseaudio server)
#
+#audio_output {
+# type "pulse"
+# name "My Pulse Output"
+## server "remote_server" # optional
+## sink "remote_server_sink" # optional
+#}
+#
+# Pipewire output
+#
audio_output {
- type "pulse"
- name "My Pulse Output"
-# server "remote_server" # optional
-# sink "remote_server_sink" # optional
+ type "pipewire"
+ name "Pipewire Sound Server"
}
audio_output {