The script association is even more than I would have ever expected and it seems so powerful and cool that it makes the whole thing 2x perfect. (Even though I don't yet know what to use it for.)
Extremely awesome work, thx Flux!!!
This is not a need to change but definitely a wish: If possible I'd like to have the clickable list of sessions also available in the catalog for easier and quicker switching. How much work would that be?FluxTorpedoe wrote:if there's something else I need to change.
Hummm. Do you mean each session listed as a separate entry in the catalog? Though it's possible by scripting to replace or include catalogs, I fear there's no way to add or remove single entries in the catalog...FluxTorpedoe wrote:I'd like to have the clickable list of sessions also available in the catalog for easier and quicker switching
Code: Select all
if ($STG_AutoSave && ($PRE_n_AvailSess < 2)) Code: Select all
if (($STG_AutoSave) && ($PRE_n_AvailSess < 2)) Code: Select all
if ($orig_ratio == 1.78 AND ($xy == 16x9)) {
msg "Image, ". $fn ." is already in a<br>16x9 aspect ratio, ". $d . " px!";
$FileChkReturn = "0"; continue (2); }