scripts/network/mpd.conf

25 lines
489 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
}