obsproject / obs-websocket

Remote-control of OBS Studio through WebSocket
GNU General Public License v2.0
3.84k stars 704 forks source link

Feature Request: Get currently selected scene item #1103

Open marjune163 opened 1 year ago

marjune163 commented 1 year ago

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.

tt2468 commented 1 year ago

Just curious what the use-case is here? We kept the SceneItemSelected event largely because of feature parity reasons.

marjune163 commented 1 year ago

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.