obs-cli
obs-cli copied to clipboard
Item management and hotkeys doesn't work
Item Management: Can't hide or show sources:
obs-cli item hide/show --scene "XXX" "XXX"
obs-cli: error: unrecognized arguments: XXX
Hotkeys can hide Sources but not show them.
Got Item Management work. You should fix the command
obs-cli item hide --scene "Scene2" "Item1"
to
obs-cli item show "Item1" --scene "Scene"
Mind opening a PR to fix it?
I must say though that both of these seem to work just fine..
obs-cli item -s "SCENE" show "ITEM NAME"
obs-cli item toggle "ITEM NAME" -s "SCENE"