diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-03-25 17:10:41 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-03-25 17:10:41 +0530 |
commit | 6b5d60fc05f814bbc5bd7132a17c726d3a029a39 (patch) | |
tree | 80d9ba03231d0dd29c9432fe027c08ae4a77d13f /.config/mpd/mpd.conf | |
parent | 9e3f962b952b71471c601a02831d3ccca0efaf44 (diff) | |
download | dotfiles-6b5d60fc05f814bbc5bd7132a17c726d3a029a39.tar.gz dotfiles-6b5d60fc05f814bbc5bd7132a17c726d3a029a39.tar.bz2 dotfiles-6b5d60fc05f814bbc5bd7132a17c726d3a029a39.zip |
removed symbolic link
Diffstat (limited to '.config/mpd/mpd.conf')
-rw-r--r-- | .config/mpd/mpd.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf new file mode 100644 index 0000000..9b70db2 --- /dev/null +++ b/.config/mpd/mpd.conf @@ -0,0 +1,23 @@ +db_file "~/.config/mpd/database" +music_directory "~/music" +playlist_directory "~/.config/mpd/playlists" + +auto_update "yes" +bind_to_address "localhost" +port "6600" +restore_paused "yes" +max_output_buffer_size "16384" + +audio_output { + type "pipewire" + name "PipeWire Sound Server" + #type "alsa" + #name "ALSA" +} + +#audio_output { +# type "cava" +# name "Visualizer feed" +# path "/tmp/mpd.fifo" +# format "44100:16:2" +#} |