scripts/network/mpd.conf

36 lines
659 B
Plaintext
Raw Normal View History

2019-05-29 18:57:02 -07:00
bind_to_address "[::]"
port "6600"
db_file "~/.config/mpd/database"
log_file "~/.config/mpd/log"
music_directory "~/Music"
pid_file "~/.config/mpd/pid"
playlist_directory "~/.config/mpd/playlists"
state_file "~/.config/mpd/state"
sticker_file "~/.config/mpd/sticker.sql"
audio_output {
type "pulse"
name "Monitor Output"
2019-05-29 18:57:02 -07:00
}
2019-05-01 08:48:37 -07:00
audio_output {
type "fifo"
name "mpdfifo"
2019-05-29 18:57:02 -07:00
format "44100:16:2"
2019-05-29 18:57:02 -07:00
path "~/.config/mpd/fifo"
2019-05-01 08:48:37 -07:00
}
2021-06-20 06:54:43 -07:00
audio_output {
type "httpd"
name "mpdhttpd"
encoder "opus"
port "8069"
quality "5.0"
format "44100:16:1"
always_on "yes"
tags "yes"
}