46 lines
1.0 KiB
Plaintext
46 lines
1.0 KiB
Plaintext
# See: /usr/share/doc/mpd/mpdconf.example
|
|
|
|
pid_file "~/.config/mpd/mpd.pid"
|
|
db_file "~/.config/mpd/mpd.db"
|
|
state_file "~/.config/mpd/mpdstate"
|
|
playlist_directory "/mnt/calliope/Music/Misc/fpl"
|
|
music_directory "/mnt/calliope/Music"
|
|
#port "6000"
|
|
audio_output {
|
|
type "pulse"
|
|
name "MPulseD"
|
|
format "48000:32:2"
|
|
auto_resample "no"
|
|
always_on "no"
|
|
mixer_type "software"
|
|
}
|
|
|
|
#audio_output {
|
|
#type "alsa"
|
|
#name "minimalist master race"
|
|
#device "plug:default"
|
|
#mixer_type "software"
|
|
#}
|
|
|
|
audio_output {
|
|
type "fifo"
|
|
name "my_fifo"
|
|
path "/tmp/mpd.fifo"
|
|
format "44100:16:2"
|
|
}
|
|
replaygain "album"
|
|
|
|
#audio_output {
|
|
# type "httpd"
|
|
# name "kageremusic"
|
|
# encoder "vorbis"
|
|
# port "8080"
|
|
# quality "7.0"
|
|
# format "44100:16:2"
|
|
# tags "yes"
|
|
# always_on "yes"
|
|
#}
|
|
|
|
#bind_to_address "0.0.0.0"
|
|
#bind_to_address "localhost"
|