mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-03-21 23:19:22 +01:00
16 lines
322 B
Text
Executable file
16 lines
322 B
Text
Executable file
bind_to_address "127.0.0.1"
|
|
|
|
music_directory "/home/coast/Music"
|
|
playlist_directory "/home/coast/.mpd/playlists"
|
|
|
|
db_file "/home/coast/.mpd/database"
|
|
log_file "/home/coast/.mpd/log"
|
|
pid_file "/home/coast/.mpd/mpd.pid"
|
|
|
|
user "coast"
|
|
|
|
audio_output {
|
|
type "pulse"
|
|
name "PulseAudio Output"
|
|
mixer_type "software"
|
|
}
|