From 8cbadb61604667b407b53ee1258433994fa4765a Mon Sep 17 00:00:00 2001 From: coasteen Date: Thu, 9 Jul 2026 10:42:28 +0330 Subject: init --- .mpdconf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 .mpdconf (limited to '.mpdconf') diff --git a/.mpdconf b/.mpdconf new file mode 100755 index 0000000..2655222 --- /dev/null +++ b/.mpdconf @@ -0,0 +1,16 @@ +bind_to_address "127.0.0.1" + +music_directory "/home/coast/Music" +playlist_directory "/home/coast/.mpd/playlists" + +db_file "/home/coast/.mpd/database" +log_file "/home/coast/.mpd/log" +pid_file "/home/coast/.mpd/mpd.pid" + +user "coast" + +audio_output { + type "pulse" + name "PulseAudio Output" + mixer_type "software" +} -- cgit v1.2.3