Bugzilla – Bug 16276
Excessive logging on startup from TranscodingHelper
Last modified: 2011-05-12 15:23:56 UTC
At startup with default logging levels, TranscodingHelper is logging a lot of information about format conversions being loaded. [10-05-30 20:51:22.3454] Slim::Player::TranscodingHelper::loadConversionTables (51) Loading conversion config files... [10-05-31 11:34:11.4046] Slim::Player::TranscodingHelper::loadConversionTables (114) input: 'mp4' output: 'mp3' clienttype: '*': clientid: '*': '[faad] -q -w -f 1 $START$ $END$ $FILE$ | [lame] --silent -q $QUALITY$ $BITRATE$ - -' [10-05-31 11:34:11.4057] Slim::Player::TranscodingHelper::loadConversionTables (114) input: 'aac' output: 'mp3' clienttype: '*': clientid: '*': '[faad] -q -w -f 1 $FILE$ | [lame] --silent -q $QUALITY$ $BITRATE$ - -' [10-05-31 11:34:11.4068] Slim::Player::TranscodingHelper::loadConversionTables (114) input: 'sls' output: 'mp3' clienttype: '*': clientid: '*': '[sls] $FILE$ - -s | [lame] --silent -q $QUALITY$ $RESAMPLE$ $BITRATE$ - -' And another 50 or so lines.
check your log settings: these lines are only printed if player.source=debug. Wipe log.conf if in doubt
You're correct, Michael. My mistake.