voc / voctomix

Full-HD Software Live-Video-Mixer in python
https://c3voc.de/
MIT License
578 stars 107 forks source link

rework presets to be configurable in the config #336

Open Kunsi opened 2 months ago

Kunsi commented 2 months ago
[toolbar]
presets = fs_cam1,fs_cam2,sbs_cam1_cam2

[preset.fs_cam1]
name = CAM1
icon = speaker.svg
key = F1

[preset.fs_cam2]
# name autogenerated, icon and keybinding omitted

[preset.sbs_cam1_cam2]
name = "CAM1 CAM2"
# icon and keybinding omitted
Kunsi commented 2 months ago

Paging @baldurmen for review - totally untested, because i don't have access to my development box currently