very outdated but a bit less outdated than it was before
This commit is contained in:
parent
ccdca7c67e
commit
7c48d260e3
11 changed files with 159 additions and 14 deletions
28
.config/mpd/mpd.conf
Normal file
28
.config/mpd/mpd.conf
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue