Skip to content

Instantly share code, notes, and snippets.

@Nyx0uf
Last active April 1, 2020 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nyx0uf/1224c18160b291f6bbb2484d5ac878ed to your computer and use it in GitHub Desktop.
Save Nyx0uf/1224c18160b291f6bbb2484d5ac878ed to your computer and use it in GitHub Desktop.
mpd config
music_directory "/Users/nxm/Music/beets/"
db_file "/Users/nxm/Music/mpd/mpd.db"
pid_file "/Users/nxm/Music/mpd/mpd.pid"
state_file "/Users/nxm/Music/mpd/mpd.state"
sticker_file "/Users/nxm/Music/mpd/stickers"
playlist_directory "/Users/nxm/Music/mpd/playlists/"
auto_update "yes"
auto_update_depth "5"
filesystem_charset "UTF-8"
restore_paused "yes"
audio_buffer_size "4196"
volume_normalization "no"
audio_output {
type "osx"
name "CoreAudio"
mixer_type "software"
mixer_control "PCM"
auto_resample "no"
auto_channels "no"
auto_format "no"
buffer_time "1000000"
replay_gain_handler "none"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment