dotfiles/_mpdconf

23 lines
633 B
Plaintext

music_directory "~/.mpd/music"
playlist_directory "~/.mpd/playlists"
db_file "~/.mpd/tag_cache"
log_file "~/.mpd/mpd.log"
pid_file "~/.mpd/pid"
state_file "~/.mpd/state"
sticker_file "~/.mpd/sticker.sql"
bind_to_address "~/.mpd/socket"
restore_paused "yes"
follow_outside_symlinks "yes"
follow_inside_symlinks "yes"
input {
plugin "curl"
}
audio_output {
type "oss"
replay_gain_handler "none"
}
max_playlist_length "163840"
filesystem_charset "UTF-8"
id3v1_encoding "UTF-8"