diff options
author | tsxv478 <vt0451@yandex.ru> | 2023-03-06 01:59:01 +0300 |
---|---|---|
committer | tsxv478 <vt0451@yandex.ru> | 2023-03-06 01:59:01 +0300 |
commit | d8fc06c4ed36a3d5a544b7273e4f3c408d91a3c1 (patch) | |
tree | 2af91d0e7f9245ff96a7080e5cbfe0cbdff27418 | |
parent | 8c436be68101b79ddc4f57c67482e38a5742dd2f (diff) |
mpd
-rw-r--r-- | mpd/mpd.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mpd/mpd.conf b/mpd/mpd.conf new file mode 100644 index 0000000..ac5beec --- /dev/null +++ b/mpd/mpd.conf @@ -0,0 +1,21 @@ +music_directory "~/mus" +playlist_directory "~/.local/share/playlists" + +auto_update "yes" +bind_to_address "127.0.0.1" +restore_paused "yes" +max_output_buffer_size "16384" + +audio_output { + type "pulse" + name "pulse" + # type "alsa" + # name "ALSA" +} + +audio_output { + type "fifo" + name "Visualizer feed" + path "/tmp/mpd.fifo" + format "44100:16:2" +} |