v2.0

Version 2.0 of the script interface was released in 2024 with version 9.00 of Fast video cataloger.

IConsoleHas a new method to get the folder of the currently running script.

IGUIHas a new function,SetCancelSupported(), to report back to FVC if the script support being cancelled.

If cancel is supported a cancel button will be shown in the script window when the script runs.

The script can then useIsCancelRequested()to check if the user has clicked the cancel button.

SetProgress()allow a script to report progress, when progress is reported a progress bar will be displayed.