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