diff options
Diffstat (limited to '.config/mpd')
-rw-r--r-- | .config/mpd/mpd.conf | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 667ab82..7ab1830 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -83,8 +83,7 @@ group "r_bousset" # # For network # bind_to_address "any" -bind_to_address "localhost" -# bind_to_address "192.168.1.79" +bind_to_address "127.0.0.1" # # And for Unix Socket bind_to_address "~/.local/share/mpd/socket" @@ -128,7 +127,7 @@ auto_update "yes" # Limit the depth of the directories being watched, 0 means only watch # the music directory itself. There is no limit by default. # -auto_update_depth "5" +auto_update_depth "10" # ############################################################################### @@ -220,14 +219,14 @@ auto_update_depth "5" # # An example of an OSS output: # -audio_output { - type "oss" - name "My OSS Device" - #device "/dev/dsp" # optional - mixer_type "software" # optional - #mixer_device "/dev/mixer" # optional - #mixer_control "vol" # optional -} +# audio_output { +# type "oss" +# name "My OSS Device" +# #device "/dev/dsp" # optional +# mixer_type "software" # optional +# #mixer_device "/dev/mixer" # optional +# #mixer_control "vol" # optional +# } #audio_output { # type "fifo" @@ -293,10 +292,12 @@ audio_output { # server "remote_server" # optional # sink "remote_server_sink" # optional } + # pipewire + audio_output { type "pipewire" - name "My Pulse Output" + name "My Pipewire Output" # server "remote_server" # optional # sink "remote_server_sink" # optional } |