obs-websocket
obs-websocket copied to clipboard
Feature Request: Get currently selected scene item
Feature Request Type
RPC Request
Feature Request Type (Other)
No response
Requested Feature
Able to get current selected item of the scene.
Requested Feature Usage Scenario
Currently, it's able to track selected scene item by subscribing SceneItemSelected event. But there is no way to get the initial selected item after websocket connected. I guess it's also possible that no selected item exists at that time.
Just curious what the use-case is here? We kept the SceneItemSelected event largely because of feature parity reasons.
We have a tracking system to log the text content and changes made by host, for further analytics. But now we used other ways to implement.