Bug 16276 - Excessive logging on startup from TranscodingHelper
: Excessive logging on startup from TranscodingHelper
Status: CLOSED INVALID
Product: Logitech Media Server
Classification: Unclassified
Component: Misc
: 7.6.0
: PC Windows Server 2003
: -- normal (vote)
: ---
Assigned To: Unassigned bug - please assign me!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-05-31 10:43 UTC by Jim McAtee
Modified: 2011-05-12 15:23 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim McAtee 2010-05-31 10:43:40 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.
Comment 1 Michael Herger 2010-06-01 22:48:23 UTC
check your log settings: these lines are only printed if player.source=debug. Wipe log.conf if in doubt
Comment 2 Jim McAtee 2010-06-02 01:16:32 UTC
You're correct, Michael.  My mistake.