diff options
Diffstat (limited to '.config/mpd/mpd.conf')
-rw-r--r-- | .config/mpd/mpd.conf | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index a960523..667ab82 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -66,6 +66,7 @@ sticker_file "~/.local/share/mpd/sticker.sql" # current user. # user "jozan" +user "r_bousset" # # This setting specifies the group that MPD will run as. If not specified # primary group of user specified with "user" setting will be used (if set). @@ -73,6 +74,7 @@ user "jozan" # have permission to use sound card. # group "jozan" +group "r_bousset" # # This setting sets the address for the daemon to listen on. Careful attention # should be paid if this is assigned to anything other then the default, any. @@ -80,8 +82,8 @@ group "jozan" # systemd socket activiation is in use. # # For network -bind_to_address "any" -# bind_to_address "localhost" +# bind_to_address "any" +bind_to_address "localhost" # bind_to_address "192.168.1.79" # # And for Unix Socket @@ -291,6 +293,13 @@ audio_output { # server "remote_server" # optional # sink "remote_server_sink" # optional } +# pipewire +audio_output { + type "pipewire" + name "My Pulse Output" + # server "remote_server" # optional + # sink "remote_server_sink" # optional +} # # An example of a winmm output (Windows multimedia API). # |