Install MPD -- OSX
brew install faad2 mpd --with-faad2 --with-libzzip
mkdir -p ~/.mpd/playlists
touch ~/.mpd/mpd.db
brew install ncmpcpp## ~/.mdpconf
port "6600"
music_directory "~/Music/"
playlist_directory "~/.mpd/playlists"
db_file "~/.mpd/mpd.db"
log_file "~/.mpd/mpd.log"
pid_file "~/.mpd/mpd.pid"
state_file "~/.mpd/state"
#bind_to_address "~/.mpd/mpd.sock"
bind_to_address "127.0.0.1"
user "name"
audio_output {
type "osx"
name "mac device"
mixer_type "software"
}