summaryrefslogtreecommitdiff
path: root/.config/mpd
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-12-23 21:20:52 +0100
committeryuzu-eva <stevenhu@web.de>2022-12-23 21:20:52 +0100
commitee92c6100fd18a80309bcaa86d1cbc20f8f2cd49 (patch)
tree3772ecdd57e3fcd4fd6eddc7b18230348ce5d4f3 /.config/mpd
parent2c7324c964f597080c0589a31f6164b484d7a1f2 (diff)
added a bunch of stuff and relocated some files
Diffstat (limited to '.config/mpd')
-rwxr-xr-x.config/mpd/mpd.conf12
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"
}