initial commit

This commit is contained in:
Tristan
2017-06-06 18:02:21 +02:00
commit 178bfef951
481 changed files with 43275 additions and 0 deletions

17
.config/mpd/mpd.conf Executable file
View File

@@ -0,0 +1,17 @@
db_file "~/.config/mpd/database"
log_file "~/.config/mpd/log"
# Optional
music_directory "/media/Music"
playlist_directory "~/.config/mpd/playlists"
pid_file "~/.config/mpd/pid"
state_file "~/.config/mpd/state"
sticker_file "~/.config/mpd/sticker.sql"
audio_output {
type "pulse"
name "pulse audio"
server "127.0.0.1"
}
restore_paused "yes"