diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-15 02:19:59 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-15 02:19:59 +0200 |
| commit | 944ddd206af7fd7895d5b149203cd7affa64ca60 (patch) | |
| tree | f8e39637100d34d90c8dabc5b3d515196f7a86d4 /.config/mpd/mpd.conf | |
| parent | 9be248d6caf5d5592883928276231548cd56c360 (diff) | |
a lot of stuff
Diffstat (limited to '.config/mpd/mpd.conf')
| -rw-r--r-- | .config/mpd/mpd.conf | 17 |
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). # |
