diff options
author | Tom Barrett <spalf0@gmail.com> | 2015-10-15 00:41:38 -0500 |
---|---|---|
committer | Tom Barrett <spalf0@gmail.com> | 2015-10-15 00:41:38 -0500 |
commit | 4a4a76bc4d6be78e2644268f6e2a63e148b91ec5 (patch) | |
tree | 02badc8f4b10e18f89cf5047d2ff0b8574e1b2a1 | |
parent | 02e347dffd0ca14ca5dfc23285e24e2107d51782 (diff) |
Create mpd.conf
-rw-r--r-- | .mpd/mpd.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.mpd/mpd.conf b/.mpd/mpd.conf new file mode 100644 index 0000000..6d142c5 --- /dev/null +++ b/.mpd/mpd.conf @@ -0,0 +1,12 @@ + 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" +audio_output { + type "pulse" + name "prayer" + } |