voctogui Configuration Reference¶
voctogui reads an INI configuration file (default:
voctogui/default-config.ini). The server’s configuration is merged in
at startup, so most options only need to be set in the voctocore config.
[server] — connection¶
hostHostname or IP of the voctocore instance. Required. Example:
localhost,192.168.1.10
[mainwindow] — window properties¶
widthWindow width in pixels when not in fullscreen. Default: automatic.
heightWindow height in pixels when not in fullscreen. Default: automatic.
forcefullscreenStart in fullscreen mode. Default:
false.
[toolbar.insert] — overlay insertion toolbar¶
[toolbar.insert]
auto-off.key = o
auto-off.tip = Automatically turn off insertion before every mix
update.key = u
update.tip = Update current event
insert.key = i
insert.tip = Show or hide current insertion
[videodisplay] — display system¶
systemGStreamer video display system used to render preview thumbnails. Default:
gl. Accepted values:gl,xv,x,vaapi
[audio] — audio playback¶
playPlay audio through the local sound system. Default:
false.volumecontrolShow per-source volume sliders. Default:
true.forcevolumecontrolShow volume sliders even when a fixed audio source is configured. Default:
false.
Customising the UI style¶
Edit voctogui/ui/voctogui.css to change colours, sizes, and fonts.
To discover GTK widget names and CSS classes interactively:
GTK_DEBUG=interactive python3 -m voctogui