dotfiles/mpd.conf
2022-08-25 15:33:04 -07:00

17 lines
273 B
Plaintext

db_file "~/.mpd/database"
log_file "~/.mpd/log"
log_level "verbose"
music_directory "/mnt/f/music"
pid_file "~/.mpd/pid"
playlist_directory "~/.mpd/playlists"
input {
plugin "curl"
}
audio_output {
type "pulse"
name "PulseServer"
server "/mnt/wslg/PulseServer"
}