diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-27 22:25:35 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-27 22:25:35 +0100 |
| commit | a360f1fc5d89be132044a0aa8f7a8ec4e65a7d95 (patch) | |
| tree | 95b7840a3ba48a3a894106f32d6e8e61b724289c /.config/mpd/mpd.conf | |
| parent | 66ebf6e1e49075c36ce8e1a3e869985f6b171581 (diff) | |
fixed color in zsh, sourced Xsession.d in xinitrc, changed clangd command in lspconfig
Diffstat (limited to '.config/mpd/mpd.conf')
| -rwxr-xr-x | .config/mpd/mpd.conf | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 6f04a5d..2ebf6b5 100755 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -8,27 +8,13 @@ log_file "~/.config/mpd/log" pid_file "~/.config/mpd/pid" state_file "~/.config/mpd/mpdstate" +# default local output audio_output { type "pipewire" name "Default" -# sink "alsa_output.pci-0000_29_00.0.analog-stereo" -} - -# For some reason ncmpcpp now switches correctly, so i'm disabling this. -#audio_output { -# type "pulse" -# name "Speakers" -# sink "alsa_output.pci-0000_31_00.4.analog-stereo" -#} -# - -audio_output { - type "fifo" - name "Visualizer feed" - path "/tmp/mpd.fifo" - format "44100:16:2" } +# http streaming audio_output { type "httpd" name "My HTTP Stream" @@ -39,6 +25,14 @@ audio_output { format "44100:16:1" } +# visualizer output +audio_output { + type "fifo" + name "Visualizer feed" + path "/tmp/mpd.fifo" + format "44100:16:2" +} + input { enabled "no" plugin "qobuz" |
