removed crawl, added mpd config

This commit is contained in:
Gabe Venberg 2020-01-23 19:57:06 -06:00
parent 7e1e02655a
commit 18f440f98f
4 changed files with 17 additions and 227 deletions

16
mpd/.config/mpd/mpd.conf Normal file
View file

@ -0,0 +1,16 @@
music_directory "~/Music"
playlist_directory "~/Music/.mpd/playlists"
db_file "~/Music/.mpd/database"
state_file "~/Music/.mpd/state"
log_file "~/.mpd/log"
pid_file "~/.mpd/pid"
sticker_file "~/.mpd/sticker.sql"
restore_paused "yes"
auto_update "yes"
replaygain "auto"
audio_output {
type "pulse"
name "pulse audio"
}