diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-06-26 19:41:27 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-06-26 19:41:27 +0200 |
| commit | d7a39067949ca88ee047c34d5357c08b4665fa6c (patch) | |
| tree | deb662b29ea53684fadf5d596fc2575338f26b05 /config | |
| parent | 4b161242099e878d3fc7b9c6fe9836c2516ddc5a (diff) | |
Add visualizer config
Diffstat (limited to 'config')
| -rw-r--r-- | config/kitty/quick-access-terminal.conf | 0 | ||||
| -rw-r--r-- | config/mpd/mpd.conf | 17 |
2 files changed, 17 insertions, 0 deletions
diff --git a/config/kitty/quick-access-terminal.conf b/config/kitty/quick-access-terminal.conf new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/config/kitty/quick-access-terminal.conf diff --git a/config/mpd/mpd.conf b/config/mpd/mpd.conf index 1d9c985..abe0b2b 100644 --- a/config/mpd/mpd.conf +++ b/config/mpd/mpd.conf @@ -12,6 +12,23 @@ audio_output { name "Music" } +audio_output { + type "fifo" + name "Visualizer feed" + path "/tmp/mpd.fifo" + format "44100:16:2" +} + +decoder { + plugin "mp4ff" + enabled "no" +} + +auto_update "no" + +follow_outside_symlinks "yes" +follow_inside_symlinks "yes" + music_directory "~/.config/mpd/music" zeroconf_enabled "yes" |