diff options
Diffstat (limited to '.config/mpd')
| -rw-r--r-- | .config/mpd/mpd.conf | 17 | ||||
| -rw-r--r-- | .config/mpd/playlists/[Radio Streams].m3u | 2 |
2 files changed, 12 insertions, 7 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). # diff --git a/.config/mpd/playlists/[Radio Streams].m3u b/.config/mpd/playlists/[Radio Streams].m3u index ea2908e..6de241d 100644 --- a/.config/mpd/playlists/[Radio Streams].m3u +++ b/.config/mpd/playlists/[Radio Streams].m3u @@ -1 +1 @@ -http://streams.pinguinradio.com/PinguinRadio320.mp3#Pinguin%20Indie +https://streams.pinguinradio.com/PinguinRadio320.mp3#StreamName=Pinguin%20Indie |
