diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-23 21:20:52 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-23 21:20:52 +0100 |
| commit | ee92c6100fd18a80309bcaa86d1cbc20f8f2cd49 (patch) | |
| tree | 3772ecdd57e3fcd4fd6eddc7b18230348ce5d4f3 /.config/mpd | |
| parent | 2c7324c964f597080c0589a31f6164b484d7a1f2 (diff) | |
added a bunch of stuff and relocated some files
Diffstat (limited to '.config/mpd')
| -rwxr-xr-x | .config/mpd/mpd.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index afdcb5a..1b10341 100755 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -1,15 +1,15 @@ -bind_to_address "127.0.0.1" +bind_to_address "0.0.0.0" #bind_to_address "/run/mpd/socket" music_directory "/hdd/music" playlist_directory "~/.config/mpd/playlists" -db_file "~/.config/mpd/database" -log_file "~/.config/mpd/log" -pid_file "~/.config/mpd/pid" -state_file "~/.config/mpd/mpdstate" +db_file "~/.config/mpd/database" +log_file "~/.config/mpd/log" +pid_file "~/.config/mpd/pid" +state_file "~/.config/mpd/mpdstate" audio_output { - type "pulse" + type "pipewire" name "Default" # sink "alsa_output.pci-0000_29_00.0.analog-stereo" } |
