mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-02-06 15:13:45 +01:00
20 lines
370 B
Text
20 lines
370 B
Text
bind_to_address "/home/coast/.mpd/socket"
|
|
bind_to_address "127.0.0.1"
|
|
music_directory "/home/coast/Music"
|
|
playlist_directory "/home/coast/.mpd/playlists"
|
|
db_file "~/.mpd/database"
|
|
log_file "~/.mpd/log"
|
|
|
|
audio_output {
|
|
type "oss"
|
|
name "OSS Output"
|
|
mixer_type "software"
|
|
}
|
|
|
|
audio_output {
|
|
type "fifo"
|
|
name "myfifo"
|
|
path "/tmp/mpd.fifo"
|
|
format "44100:16:2"
|
|
}
|
|
|