Skip to content

Instantly share code, notes, and snippets.

@hertzg
Forked from robcowie/.mpdconf
Last active August 29, 2015 14:19
Show Gist options
  • Save hertzg/c3e6b34e3b23372214da to your computer and use it in GitHub Desktop.
Save hertzg/c3e6b34e3b23372214da to your computer and use it in GitHub Desktop.
## ~/.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"
}
brew install faad2 mpd --with-faad2 --with-libzzip
mkdir -p ~/.mpd/playlists
touch ~/.mpd/mpd.db
brew install ncmpcpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment