I've tried this, but it marks both MP3 and FLAC as "Disabled", and
greyed out - can't select it.

I've even commented out the native mp3 mp3 * * in convert.conf, and it
doesn't work.

Is the server just not liking the mp3 -> mp3 thing?
Does it matter that it's a stream and not a file, too? (that's a side
question, as I see no reference to $URL in the code, I assume that it
treats $FILE and $URL as the same thing nowadays)

> 
> mp3 mp3 * *
>       # IFB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D}
>       [lame] --silent -q $QUALITY$ $RESAMPLE$ -v $BITRATE$ $FILE$ -
> 
> # FLAC output starts here 
> 
> mp3 flc * *
>       [lame] --mp3input --decode -t --silent $FILE$ - | [flac] -cs
> --totally-silent --compression-level-0 -
> 
> # special case for smart bitrates on mp3 input
> #mp3 mp3 * *
> #     # IFB:{BITRATE=-B %B}D:{RESAMPLE=--resample %D}
> #     [lame] --silent -q $QUALITY$ -v $BITRATE$ $RESAMPLE$ --mp3input
> $FILE$ -
> 
> # This example transcodes MP3s to MP3s, if the target machine has the 
> # given MAC address. This rule will take precedence over the
> # previous rule because it's more specific. 
> #mp3 mp3 * *
> #     ./brute_filter $FILE$ -
> 
>


-- 
plympton
------------------------------------------------------------------------
plympton's Profile: http://forums.slimdevices.com/member.php?userid=12955
View this thread: http://forums.slimdevices.com/showthread.php?t=78966

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

Reply via email to