very outdated but a bit less outdated than it was before

This commit is contained in:
Alexey 2026-07-04 19:34:42 +03:00
commit 7c48d260e3
11 changed files with 159 additions and 14 deletions

28
.config/mpd/mpd.conf Normal file
View file

@ -0,0 +1,28 @@
music_directory "~/Music"
db_file "~/.config/mpd/database"
state_file "~/.config/mpd/statefile"
playlist_directory "~/.config/mpd/playlists"
user "secondbeam"
group "secondbeam"
bind_to_address "0.0.0.0"
audio_output {
type "pulse"
name "pulse audio"
}
audio_output {
type "fifo"
name "cava"
path "/tmp/mpd.fifo"
}
audio_output {
type "httpd"
name "HTTP"
encoder "lame"
port "8006"
bitrate "320"
format "44100:16:2"
}