diff options
author | tsxv478 <atci39@rambler.ru> | 2024-06-19 06:58:00 +0300 |
---|---|---|
committer | tsxv478 <atci39@rambler.ru> | 2024-06-19 06:58:00 +0300 |
commit | fb05cbb94bbd6e8cfb22d3205d5463529313d868 (patch) | |
tree | 5d3898db011bb0202ad33cec1ff615b814d06341 /.config/mpd/mpd.conf | |
parent | 25fc2a381fb65157e81d0dce74fb0e7de7f8afa1 (diff) |
Fix structure
Diffstat (limited to '.config/mpd/mpd.conf')
-rw-r--r-- | .config/mpd/mpd.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf new file mode 100644 index 0000000..9e9ff53 --- /dev/null +++ b/.config/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" +} |