Silenced logs
parent
7ed13932d3
commit
cc61f66c5b
13
mpd/mpd.conf
13
mpd/mpd.conf
|
@ -187,8 +187,8 @@ auto_update "yes"
|
||||||
# Input #######################################################################
|
# Input #######################################################################
|
||||||
#
|
#
|
||||||
|
|
||||||
input {
|
#input {
|
||||||
plugin "curl"
|
# plugin "curl"
|
||||||
# proxy "proxy.isp.com:8080"
|
# proxy "proxy.isp.com:8080"
|
||||||
# proxy_user "user"
|
# proxy_user "user"
|
||||||
# proxy_password "password"
|
# proxy_password "password"
|
||||||
|
@ -218,16 +218,21 @@ audio_output {
|
||||||
format "44100:16:2"
|
format "44100:16:2"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Disable tidal and qobuz to prevent excess logging
|
|
||||||
|
# Disable a few plugins to silence logins
|
||||||
input {
|
input {
|
||||||
plugin "tidal"
|
plugin "tidal"
|
||||||
enabled "no"
|
enabled "no"
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
plugin "qobuz"
|
plugin "qobuz"
|
||||||
enabled "no"
|
enabled "no"
|
||||||
}
|
}
|
||||||
|
decoder {
|
||||||
|
plugin "hybrid_dsd"
|
||||||
|
enabled "no"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
# A example of an ALSA output:
|
# A example of an ALSA output:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue