added some config
This commit is contained in:
parent
89d7b6f48b
commit
017beacb06
5 changed files with 310 additions and 0 deletions
11
mpd/mpd.conf
11
mpd/mpd.conf
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue