What is the logging setting in LMS that can be used to see the actual
command-line used in transcoding? If I set 

(player.source) - Player Source Audio & Conversion Logging

to Debug, all I see (transcoding FLAC to MP3) in my server.log is:


Code:
--------------------
    
  [14-11-06 03:32:52.6807] Slim::Player::TranscodingHelper::enabledFormat (209) 
Checking to see if flc-mp3-*-* is enabled
  [14-11-06 03:32:52.6810] Slim::Player::TranscodingHelper::checkBin (250)    
enabled
  [14-11-06 03:32:52.6813] Slim::Player::TranscodingHelper::checkBin (252)   
Found command: [flac] -dcs $START$ $END$ -- $FILE$ | [lame] --silent -q 
$QUALITY$ $RESAMPLE$ -v $BITRATE$ - -
  [14-11-06 03:32:52.6816] Slim::Player::TranscodingHelper::getConvertCommand2 
(446) Matched: flc->mp3 via: [flac] -dcs $START$ $END$ -- $FILE$ | [lame] 
--silent -q $QUALITY$ $RESAMPLE$ -v $BITRATE$ - -
  
--------------------


Is there any way to see the expanded command-line used by LMS? If not,
could it be added at the Debug level for that logging option in LMS 7.9?


------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=94642

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to