diff options
Diffstat (limited to '.config/mpd')
l--------- | .config/mpd | 1 | ||||
-rw-r--r-- | .config/mpd/mpd.conf | 23 |
2 files changed, 23 insertions, 1 deletions
diff --git a/.config/mpd b/.config/mpd deleted file mode 120000 index 64d0b1f..0000000 --- a/.config/mpd +++ /dev/null @@ -1 +0,0 @@ -.config/mpd
\ No newline at end of file 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" +#} |