This commit is contained in:
josh
2018-08-24 21:43:38 +03:00
parent 641da4c1b4
commit 6d7cd2f827
49 changed files with 1299 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,14 @@
music_directory "~/Music"
auto_update "yes"
playlist_directory "~/.config/mpd/playlists"
sticker_file "~/.config/mpd/sticker.sql"
db_file "~/.config/mpd/database"
pid_file "~/.config/mpd/pid"
log_file "syslog"
audio_output {
type "pulse"
name "pulse audio"
}

1
dotfiles/.config/mpd/pid Normal file
View File

@@ -0,0 +1 @@
732

Binary file not shown.