The Ventuz Director supports the following command line syntax:
Director.exe [show] [options]
The optional show argument selects a Ventuz Director Show file (*.show) to be loaded.
| Option | Description |
|---|---|
| -fullscreen | Director will start in fullscreen mode. |
| -nosplash | Show no splash screen during start up. |
| -project <path> | Create a new, empty show for the specified project. |
| -topology | Name of the topology configuration that should be set active. |
| -appendlog | Write log to existing file instead of overwriting it. |
| -keeplogs or -keeplogs:N | Back up existing log file. N stands for the maximum number of backup files. If this number is exceeded the oldest files are removed. |
| -playlistsync | Enabled all Newsroom related functions in Director i.e. loading Remote Playlists. |
| -loglevel | Set the log level to use, accepting both int (from 0 to 5) and string values (none, fatal, error, warning, info, debug/verbose) |
The log level from Machine Configuration is set first, and can then be overwritten by command line.
| Option | Log Level |
|---|---|
| -loglevel 0 -loglevel none | None |
| -loglevel 1 -loglevel fatal | Fatal |
| -loglevel 2 -loglevel error | Error |
| -loglevel 3 -loglevel warning | Warning |
| -loglevel 4 -loglevel info | Info |
| -loglevel 5 -loglevel verbose -loglevel debug | Verbose (Debug) |