From af120ab348f2e1a5a39dec035ed9dcf84189a64e Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Mon, 3 Oct 2022 21:42:20 +0530 Subject: dotfiles --- mpd/database | Bin 0 -> 265 bytes mpd/mpd.conf | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 mpd/database create mode 100644 mpd/mpd.conf (limited to 'mpd') diff --git a/mpd/database b/mpd/database new file mode 100644 index 0000000..83bf2e3 Binary files /dev/null and b/mpd/database differ diff --git a/mpd/mpd.conf b/mpd/mpd.conf new file mode 100644 index 0000000..bf329d6 --- /dev/null +++ b/mpd/mpd.conf @@ -0,0 +1,21 @@ +music_directory "~/Music" +playlist_directory "~/.config/mpd/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" +} -- cgit v1.2.3-59-g8ed1b