Last active
April 1, 2020 15:45
-
-
Save Nyx0uf/1224c18160b291f6bbb2484d5ac878ed to your computer and use it in GitHub Desktop.
mpd config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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