diff options
author | 2022-10-03 21:42:20 +0530 | |
---|---|---|
committer | 2022-10-03 21:42:20 +0530 | |
commit | af120ab348f2e1a5a39dec035ed9dcf84189a64e (patch) | |
tree | 2a3aadd7ce1b7b771dfe3fe7c983569726c8d7ed /mpd | |
download | dotfiles-af120ab348f2e1a5a39dec035ed9dcf84189a64e.tar.gz dotfiles-af120ab348f2e1a5a39dec035ed9dcf84189a64e.tar.bz2 dotfiles-af120ab348f2e1a5a39dec035ed9dcf84189a64e.zip |
dotfiles
Diffstat (limited to 'mpd')
-rw-r--r-- | mpd/database | bin | 0 -> 265 bytes | |||
-rw-r--r-- | mpd/mpd.conf | 21 |
2 files changed, 21 insertions, 0 deletions
diff --git a/mpd/database b/mpd/database Binary files differnew file mode 100644 index 0000000..83bf2e3 --- /dev/null +++ b/mpd/database 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" +} |