Skip to content

Instantly share code, notes, and snippets.

@MastodonHQ
Created May 16, 2012 19:58
Show Gist options
  • Save MastodonHQ/2713468 to your computer and use it in GitHub Desktop.
Save MastodonHQ/2713468 to your computer and use it in GitHub Desktop.
mpd configuration
music_directory "/aeterion_data/music"
playlist_directory "/aeterion_data/mpd/playlists"
db_file "/aeterion_data/mpd/mpd.db"
log_file "/aeterion_data/mpd/mpd.log"
pid_file "/aeterion_data/mpd//mpd.pid"
state_file "/aeterion_data/mpdmpdstate"
user "root"
# bind_to_address "127.0.0.1"
# port "6600"
audio_output {
type "alsa"
name "HDA Intel"
mixer_type "software" # optional
auto_resample "yes"
#samperate_converter "internal"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment