You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
659 B
35 lines
659 B
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" |
|
} |
|
|
|
audio_output { |
|
type "fifo" |
|
name "mpdfifo" |
|
|
|
format "44100:16:2" |
|
|
|
path "~/.config/mpd/fifo" |
|
} |
|
|
|
audio_output { |
|
type "httpd" |
|
name "mpdhttpd" |
|
encoder "opus" |
|
port "8069" |
|
quality "5.0" |
|
format "44100:16:1" |
|
always_on "yes" |
|
tags "yes" |
|
}
|
|
|