commit cbe58038f1822fbf42dc2e78d63172fdd615734c
parent 82b3a3569c598b96267e13708c9cf690bdddc2be
Author: pyratebeard <root@pyratebeard.net>
Date: Sat, 15 Jul 2017 00:17:03 +0100
changed music dir and audio type from alsa to pulse
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mpd/.mpd/mpd.conf b/mpd/.mpd/mpd.conf
@@ -7,7 +7,7 @@
# ##:::: ##: ##:::::::: ########::
# ..:::::..::..:::::::::........:::
# Files
-music_directory "/home/pyratebeard/music"
+music_directory "/home/pyratebeard/lib/music"
playlist_directory "~/.mpd/playlists"
db_file "~/.mpd/database"
log_file "~/.mpd/log"
@@ -25,7 +25,7 @@ input {
plugin "curl"
}
audio_output {
- type "alsa"
+ type "pulse"
name "audio"
}
audio_output {