1
0
Fork 0

Silenced logs

master
Mark 2021-05-14 19:26:57 -07:00
parent 7ed13932d3
commit cc61f66c5b
1 changed files with 9 additions and 4 deletions

View File

@ -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:
#