diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-08-30 08:59:54 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-08-30 08:59:54 +0530 |
commit | f7bce96b0b363161c0fbedc77c369ad81027a3d2 (patch) | |
tree | a74d890c6a87b22a6040cdf72dff91771d5962c8 /.config/mpd | |
parent | cd5dd1332af9dbabac6446b80c2d3be90214b99c (diff) |
pushing mpd and ncmpcpp base config
Diffstat (limited to '.config/mpd')
-rw-r--r-- | .config/mpd/mpd.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf new file mode 100644 index 0000000..fda695a --- /dev/null +++ b/.config/mpd/mpd.conf @@ -0,0 +1,20 @@ +db_file "/home/zt/.local/share/mpd/database" +pid_file "/home/zt/.local/share/mpd/pid" +state_file "/home/zt/.local/share/mpd/state" +playlist_directory "/home/zt/.config/mpd/playlists" +music_directory "/hdd/Music" +port "6600" +auto_update "yes" +log_file "syslog" + +audio_output { + type "pipewire" + name "PipeWire Sound Server" +} + +audio_output { + type "fifo" + name "Visualizer feed" + path "/tmp/mpd.fifo" + format "44100:16:2" +} |