michael123;536096 Wrote: 
> Just add the content above as-is to custom-convert.conf (in
> server/plugins directory), modifying r96000 by r44100.
> I think it shall work


thanks for your reply
I see this in: convert.conf(/etc/squeezeboxserver)
my plugins directory looked empty....& I didn't see a
custom-convert.conf

# FLAC output starts here 

#mp3 flc * *
#       [lame] --mp3input --decode -t --silent $FILE$ - | [flac] -cs
--totally-silent --compression-level-0 -

flc flc * *
        -

aif flc * *
        # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
        [flac] -cs --totally-silent --compression-level-0 $START$ $END$ --
$FILE$ | [sox] -q -t flac - -t flac -C 0 $RESAMPLE$ -   

wav flc * *
        # IFD:{RESAMPLE=-r %d}
        [sox] -q -t wav $FILE$ -t flac -C 0 $RESAMPLE$ -

ogg flc * *
        # IFRD:{RESAMPLE=-r %d}
        [sox] -t ogg $FILE$ -t flac -C 0 $RESAMPLE$ -

wma flc * *
        # F:{PATH=%f}R:{PATH=%F}
        [wmadec] -w $PATH$ | [flac] -cs --totally-silent --compression-level-0
-

wmal flc * *
        # F:{PATH=%f}R:{PATH=%F}
        [wmadec] -w $PATH$ | [flac] -cs --totally-silent --compression-level-0
-

wmap flc * *
        # F:{PATH=%f}R:{PATH=%F}
        [wmadec] -w $PATH$ | [flac] -cs --totally-silent --compression-level-0
-

mpc flc * *
        # IR
        [mppdec] --silent --prev --gain 2 - - | [flac] -cs --totally-silent
--compression-level-0 -

ape flc * *
        # F
        [mac] $FILE$ - -d | [flac] -cs --totally-silent --compression-level-0
-

mp4 flc * *
        # F
        [faad] -q -w -f 1 $FILE$ | [flac] -cs --totally-silent
--compression-level-0 --ignore-chunk-sizes -

aac flc * *
        # IF
        [faad] -q -w -f 1 $FILE$ | [flac] -cs --totally-silent
--compression-level-0 --ignore-chunk-sizes -

mov flc * *
        # FR
        [mov123] $FILE$ | [flac] -cs --totally-silent --compression-level-0
--endian big --sign signed --channels 2 --bps 16 --sample-rate 44100 -

alc flc * *
        # F
        [alac] $FILE$ | [flac] -cs --totally-silent --compression-level-0 -

wvp flc * *
        # FT:{START=--skip=%t}U:{END=--until=%v}
        [wvunpack] $FILE$ -wq $START$ $END$ -o - | [flac] -cs --totally-silent
--compression-level-0 -


-- 
jbird21
------------------------------------------------------------------------
jbird21's Profile: http://forums.slimdevices.com/member.php?userid=33532
View this thread: http://forums.slimdevices.com/showthread.php?t=77395

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to