mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
20 lines
394 B
Plaintext
Executable File
20 lines
394 B
Plaintext
Executable File
music_directory "~/music"
|
|
playlist_directory "~/.config/mpd/playlists"
|
|
|
|
auto_update "yes"
|
|
bind_to_address "127.0.0.1"
|
|
restore_paused "yes"
|
|
max_output_buffer_size "16384"
|
|
|
|
audio_output {
|
|
type "pipewire"
|
|
name "PipeWire Sound Server"
|
|
}
|
|
|
|
audio_output {
|
|
type "fifo"
|
|
name "Visualizer feed"
|
|
path "/tmp/mpd.fifo"
|
|
format "44100:16:2"
|
|
}
|