blob: 729156c2206e513b469cfc6ffa53e804f66bff4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
music_directory "~/Music"
playlist_directory "~/Music/Playlists"
bind_to_address "~/.mpd/socket"
restore_paused "yes"
audio_output {
type "oss"
name "OSS Output"
device "/dev/dsp"
mixer_type "hardware"
mixer_device "/dev/mixer"
mixer_control "PCM"
}
filesystem_charset "UTF-8"
metadata_to_use "artist,album,title,track,name,genre,date"
auto_update "yes"
|