QUOTE(antoniost @ May 10 2003 - 05:54 PM)
@ancl, so because I can use the High Quality or Low Quality settings on EAC it is redundant to put %h or %l in the switch in EAC?
I figured out why I couldn't d/l the compiles from rareware, my firewall prevented it, thanks for the help kdo.
QUOTE
so because I can use the High Quality or Low Quality settings on EAC it is redundant to put %h or %l in the switch in EAC?
No, it's the other way around (if I understood what you mean)
One more attempt from me:
Case 1a. Whatever is between %h...%h is passed to the lame.exe ONLY IF EAC option "High quality" is chosen.
Case 1b. Whatever is between %l...%l is passed to the lame.exe ONLY IF "Low quality" is chosen.
The rest of the command line is passed to lame regardless of the "quality" option.
Case 2. If neither %h...%h nor %l...%l is included in the command line, then EAC option High/Low "quality" has no effect. One might say this EAC option is kind of redundant in this case.
So, you can just write this command line: --alt-preset standard %s %d
and ignore the High/Low "quality" option (case 2.)
Or, you can write: %l--alt-preset 135%l%h--alt-preset standard%h %s %d
and then you select "quality" option: "low" will execute preset 135 (case 1b), and "high" will execute preset standard (case 1a).
QUOTE
I figured out why I couldn't d/l the compiles from rareware, my firewall prevented it
Oh, you're right. I just tried and it couldn't d/l it either.... curious... IIRC, it used to be ok before...