Options Scripts

From DVBViewer
Jump to: navigation, search
<Options Weather | Overview | Options Recording Service>
DVBViewerPro-Options-Scripts.png

The DVBViewer has an internal script engine. It executes for special events defined scripts - e.g. on every channel change the script channelchange.vbs is executed (if available).

Disable the internal scripting engine[edit]

This setting disables the internal script engine completely.

Options[edit]

Default Scripting Language[edit]

The default is VBScript and should normally not be changed! you can use other on the PC installed scriptengines but this is for experts only.

Allow windows dialog boxes from the scripting engine[edit]

If enabled internal scripts can show windows messageboxes.
Should normally be turned of and only used for development purposes.

Allow only safe subset of scripting commands[edit]

This setting only applies to internal scripts. If activated you can't access the FileSystemObject and derived Scriptobjects (Drive, Drives, File, Files, Folder, Folders and TextStream). This is an experts only function and should normally not be changed.

Timeout for a script in seconds[edit]

The maximum amount of time a script can run in one call. 0 disables this function.



<Options Weather | Overview | Options Recording Service>