Initial Commit

This commit is contained in:
2024-10-05 14:12:02 -04:00
commit d3df31eb53
7 changed files with 107 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
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"
}