35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
|
# mpd.conf
|
||
|
|
||
|
pid_file "/home/default/.config/mpd/mpd.pid"
|
||
|
db_file "/home/default/.config/mpd/mpd.db"
|
||
|
state_file "/home/default/.config/mpd/mpd.state"
|
||
|
playlist_directory "/home/default/.config/mpd/music/music/playlists/mpd"
|
||
|
music_directory "/home/default/.config/mpd/music"
|
||
|
sticker_file "/home/default/.config/mpd/sticker.sql"
|
||
|
log_file "syslog"
|
||
|
auto_update "yes"
|
||
|
user "default"
|
||
|
bind_to_address "localhost"
|
||
|
port "6600"
|
||
|
volume_normalization "yes"
|
||
|
|
||
|
# pulse audio
|
||
|
audio_output {
|
||
|
type "pulse"
|
||
|
name "pulse audio"
|
||
|
}
|
||
|
|
||
|
# httpd stream
|
||
|
# audio_output {
|
||
|
# type "httpd"
|
||
|
# name "My HTTP Stream"
|
||
|
# encoder "wave" # optional, vorbis or lame
|
||
|
# port "8000"
|
||
|
# bind_to_address "0.0.0.0" # optional, IPv4 or IPv6
|
||
|
# quality "5.0" # do not define if bitrate is defined
|
||
|
# bitrate "128" # do not define if quality is defined
|
||
|
# format "44100:16:1"
|
||
|
# max_clients "0" # optional 0=no limit
|
||
|
#}
|
||
|
|