dotfiles/.config/mpd/mpd.conf

46 lines
1.0 KiB
Plaintext
Raw Normal View History

2018-02-07 13:41:32 +01:00
# 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"
2018-07-21 17:36:49 +02:00
#port "6000"
2018-02-07 13:41:32 +01:00
audio_output {
type "pulse"
name "MPulseD"
2020-06-02 11:12:26 +02:00
format "48000:32:2"
2018-02-07 13:41:32 +01:00
auto_resample "no"
always_on "no"
mixer_type "software"
}
2020-06-02 11:12:26 +02:00
#audio_output {
#type "alsa"
#name "minimalist master race"
#device "plug:default"
#mixer_type "software"
#}
2018-02-07 13:41:32 +01:00
audio_output {
type "fifo"
name "my_fifo"
path "/tmp/mpd.fifo"
format "44100:16:2"
}
replaygain "album"
2018-07-21 17:36:49 +02:00
2020-06-02 11:12:26 +02:00
#audio_output {
# type "httpd"
# name "kageremusic"
# encoder "vorbis"
# port "8080"
# quality "7.0"
# format "44100:16:2"
# tags "yes"
# always_on "yes"
#}
2018-07-21 17:36:49 +02:00
#bind_to_address "0.0.0.0"
#bind_to_address "localhost"