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