diff options
author | Tom Barrett <spalf0@gmail.com> | 2016-02-10 16:45:56 -0600 |
---|---|---|
committer | Tom Barrett <spalf0@gmail.com> | 2016-02-10 16:45:56 -0600 |
commit | e5affa7c45594bb139579029077e2a797f19860f (patch) | |
tree | 464128c28778aaba2d1cfa0abca33f8c204251fb | |
parent | 1b0a3fac791dfbd08fe3afc08225f6e180e81047 (diff) |
Update mpd.conf
-rw-r--r-- | .mpd/mpd.conf | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/.mpd/mpd.conf b/.mpd/mpd.conf index 6d142c5..a03fda6 100644 --- a/.mpd/mpd.conf +++ b/.mpd/mpd.conf @@ -1,12 +1,16 @@ - music_directory "/mnt/storage/Music/" - playlist_directory "/home/tom/.mpd/playlists" - db_file "/home/tom/.mpd/mpd.db" - log_file "/home/tom/.mpd/mpd.log" - pid_file "/home/tom/.mpd/mpd.pid" - state_file "/home/tom/.mpd/mpdstate" - user "mpd" - mixer_type "software" +music_directory "/mnt/storage/Music/" +playlist_directory "/home/tom/.mpd/playlists" +db_file "/home/tom/.mpd/mpd.db" +log_file "/home/tom/.mpd/mpd.log" +pid_file "/home/tom/.mpd/mpd.pid" +state_file "/home/tom/.mpd/mpdstate" +user "mpd" + audio_output { - type "pulse" - name "prayer" - } + type "pulse" + name "prayer" + mixer_type "software" + mixer_control "PCM" +} +bind_to_address "localhost" +port "6600" |