From 6af4ba943f6b73e31a0b2bd0262d953a2e954ddb Mon Sep 17 00:00:00 2001 From: Nicholas Van Doorn Date: Wed, 4 Aug 2021 18:12:54 -0700 Subject: Initial commit --- mpd.conf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 mpd.conf (limited to 'mpd.conf') diff --git a/mpd.conf b/mpd.conf new file mode 100644 index 0000000..4a1470f --- /dev/null +++ b/mpd.conf @@ -0,0 +1,33 @@ +music_directory "/Volumes/media1/lossless" +playlist_directory "~/.mpd/playlists" +db_file "~/.mpd/mpd.db" +log_file "~/.mpd/mpd.log" +pid_file "~/.mpd/mpd.pid" +state_file "~/.mpd/mpdstate" +auto_update "yes" +auto_update_depth "2" +follow_outside_symlinks "yes" +follow_inside_symlinks "yes" + +audio_output { + type "osx" + name "CoreAudio" + mixer_type "software" +} + +audio_output { + type "fifo" + name "mpd_vis_fifo" + path "/tmp/mpd.fifo" + format "44100:16:2" +} + +decoder { + plugin "mp4ff" + enabled "no" +} + +bind_to_address "0.0.0.0" +port "6600" + +user "nick" -- cgit v1.2.3