mpd: Add initial configuration for mpd
This commit is contained in:
parent
f96c6a729b
commit
0290391643
2 changed files with 10 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,5 +5,6 @@ nvim/.local/share/nvim/site/pack/packer/start
|
|||
nvim/.local/share/nvim/site/pack/packer/opt/ghcid
|
||||
nvim/.local/share/nvim/site/pack/packer/opt/git-messenger.vim
|
||||
nvim/.local/share/nvim/site/pack/packer/opt/neoformat
|
||||
mpd/.config/mpd/database
|
||||
*.patch
|
||||
*.diff
|
||||
|
|
9
mpd/.config/mpd/mpd.conf
Normal file
9
mpd/.config/mpd/mpd.conf
Normal file
|
@ -0,0 +1,9 @@
|
|||
db_file "~/.config/mpd/database"
|
||||
log_file "syslog"
|
||||
music_directory "~/Music"
|
||||
auto_update "yes"
|
||||
|
||||
audio_output {
|
||||
type "pulse"
|
||||
name "pulse audio"
|
||||
}
|
Loading…
Reference in a new issue