summaryrefslogtreecommitdiff
path: root/.config/mpd/mpd.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/mpd/mpd.conf')
-rw-r--r--.config/mpd/mpd.conf17
1 files changed, 11 insertions, 6 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf
index 773229e..cd296f6 100644
--- a/.config/mpd/mpd.conf
+++ b/.config/mpd/mpd.conf
@@ -82,7 +82,7 @@ sticker_file "~/.config/mpd/sticker.sql"
# systemd socket activation is in use.
#
# For network
-#bind_to_address "any"
+bind_to_address "any"
#
# And for Unix Socket
#bind_to_address "~/.mpd/socket"
@@ -90,7 +90,7 @@ sticker_file "~/.config/mpd/sticker.sql"
# This setting is the TCP port that is desired for the daemon to get assigned
# to.
#
-#port "6600"
+port "6600"
#
# Suppress all messages below the given threshold. Use "verbose" for
# troubleshooting. Available setting arguments are "notice", "info", "verbose",
@@ -159,6 +159,11 @@ zeroconf_name "ZWART MPD"
#
###############################################################################
+audio_output {
+ type "pipewire"
+ name "PipeWire audio server"
+ enabled "yes"
+}
# Permissions #################################################################
#
@@ -287,13 +292,13 @@ input {
#
# An example of a pulseaudio output (streaming to a remote pulseaudio server)
#
-audio_output {
- type "pulse"
- name "My Pulse Output"
+#audio_output {
+# type "pulse"
+# name "My Pulse Output"
# server "remote_server" # optional
# sink "remote_server_sink" # optional
# media_role "media_role" #optional
-}
+#}
#
# An example of a winmm output (Windows multimedia API).
#