Skip to content
New issue

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 and hotkeys doesn't work #5

Open
sxnvmqe opened this issue Dec 25, 2023 · 3 comments
Open

Item management and hotkeys doesn't work #5

sxnvmqe opened this issue Dec 25, 2023 · 3 comments

Comments

@sxnvmqe
Copy link

sxnvmqe commented Dec 25, 2023

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.

@sxnvmqe
Copy link
Author

sxnvmqe commented Dec 25, 2023

Got Item Management work. You should fix the command

obs-cli item hide --scene "Scene2" "Item1"

to

obs-cli item show "Item1" --scene "Scene"

@pschmitt
Copy link
Owner

Mind opening a PR to fix it?

@pschmitt
Copy link
Owner

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants