Does the order of the conversion within convert.conf make a difference.

I asking because I have an SB2 which is able to play flac files
natively.

How does the server determine whether I want to do flac->wav conversion
or leave the file as a flac.

Here's the order of flac conversion in my .conf file

flc mp3 * *
        [flac] -dcs --skip=$START$ --until=$END$ -- $FILE$ | [lame] --resample
44100  --silent -q $QUALITY$ --abr $BITRATE$ - - 

flc wav * *
        [flac] -dcs --force-raw-format --endian=little --sign=signed
--skip=$START$ --until=$END$ -- $FILE$

flc flc * *


So does Slimserver does the first conversion it finds in the file, ie.
is everything being sent to the SB2 as an MP3.

Should I move the flc flc *.* up the file above the flc->wav line to
use the native flac decoding on the SB2.


-- 
oreillymj
_______________________________________________
ripping mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/ripping

Reply via email to