We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Got Item Management work. You should fix the command
obs-cli item hide --scene "Scene2" "Item1"
to
obs-cli item show "Item1" --scene "Scene"
Sorry, something went wrong.
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"
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: