diff options
Diffstat (limited to '.mpdconf')
| -rwxr-xr-x | .mpdconf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.mpdconf b/.mpdconf new file mode 100755 index 0000000..2655222 --- /dev/null +++ b/.mpdconf @@ -0,0 +1,16 @@ +bind_to_address "127.0.0.1" + +music_directory "/home/coast/Music" +playlist_directory "/home/coast/.mpd/playlists" + +db_file "/home/coast/.mpd/database" +log_file "/home/coast/.mpd/log" +pid_file "/home/coast/.mpd/mpd.pid" + +user "coast" + +audio_output { + type "pulse" + name "PulseAudio Output" + mixer_type "software" +} |
