Skip to content

Instantly share code, notes, and snippets.

@ivikash
Created August 4, 2016 07:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivikash/29922454b45d35cc588a553aa6747b27 to your computer and use it in GitHub Desktop.
Save ivikash/29922454b45d35cc588a553aa6747b27 to your computer and use it in GitHub Desktop.
Config file for Music Player Daemon (MPD) on Mac OSX
# Basic configuration
music_directory "~/Music"
playlist_directory "~/.mpd/playlists"
db_file "~/.mpd/mpd.db"
log_file "~/.mpd/mpd.log"
pid_file "~/.mpd.pid"
state_file "~/.mpd/mpdstate"
# Audio configuration
audio_output {
type "osx"
name "CoreAudio"
mixer_type "software"
}
# Decoder Configuration
decoder {
plugin "mp4ff"
enabled "no"
}
# Server configuration
bind_to_address "127.0.0.1"
port "6600"
# User Configuration
user "vikash"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment