diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-12-29 17:46:22 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-12-29 17:46:22 -0500 |
| commit | 5c27701cc28909a9e7405565ca6e6985d7483155 (patch) | |
| tree | d9aa48524e87bc40b0a138448738e1ade6566e09 /.config/mpd/mpd.conf | |
| parent | a167f0a5de32d822f20955358315431d2edf6f7e (diff) | |
added mpd config
Diffstat (limited to '.config/mpd/mpd.conf')
| -rw-r--r-- | .config/mpd/mpd.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf new file mode 100644 index 0000000..f3aa7bf --- /dev/null +++ b/.config/mpd/mpd.conf @@ -0,0 +1,22 @@ +music_directory "~/Music/deemixMusic" +playlist_directory "~/.config/mpd/playlists" +db_file "~/.config/mpd/database" + +auto_update "yes" +bind_to_address "localhost" +restore_paused "yes" +max_output_buffer_size "16384" + +audio_output { + type "osx" + name "CoreAudio" + mixer_type "software" +} + +audio_output { + type "fifo" + name "Visualizer feed" + path "/tmp/mpd.fifo" + format "44100:16:2" +} + |
