added some config

This commit is contained in:
Alexey 2025-07-06 14:04:09 +03:00
commit 017beacb06
5 changed files with 310 additions and 0 deletions

View file

@ -4,3 +4,14 @@ state_file "~/.config/mpd/statefile"
playlist_directory "~/.config/mpd/playlists"
user "secondbeam"
group "secondbeam"
audio_output {
type "pulse"
name "pulse audio"
}
audio_output {
type "fifo"
name "cava"
path "/tmp/mpd.fifo"
}