It's definitely in a custom-convert.conf file  - from you post #84 - in
the log where the matching rule is found - this is before any of my
code changes it.

Code:
--------------------
    
  [08-04-30 09:28:10.6245] Slim::Player::TranscodingHelper::getConvertCommand 
(302) Matched Format: flc Type: cdplay Command: [cdda2wav] -S 4 --output-format 
raw -gui output-endianess=little - $FILE$ - | [flac] -cs --totally-silent 
--endian=little --channels=2 --sign=signed --bps=16 --sample-rate=44100 
--compression-level-0 -
  
--------------------


To confirm CDplayer is using the custom-convert.conf file - I suggest
changing some of the files text and do another log.

for example. Change

Code:
--------------------
    
  cdplay flc * *
  [cdda2wav] -S 4 --output-format raw -gui output-endianess=little $FILE$ - | 
[flac] -cs --totally-silent --endian=little --channels=2 --sign=signed --bps=16 
--sample-rate=44100 --compression-level-0 -
  
--------------------


to 

Code:
--------------------
    
  cdplay flc * *
  [cdda2wav] -S 4 -gui --output-format raw  output-endianess=little $FILE$ - | 
[flac] -cs --totally-silent --endian=little --channels=2 --sign=signed --bps=16 
--sample-rate=44100 --compression-level-0 -
  
--------------------


If the change is not in the log file - then there is a hidden conf
file.  If the change is in the log - check for the extra "-".   This
change needs a restart of SC.


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=42106

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

Reply via email to