caitp / TwitchSwitcher

OBS-Studio plugin to switch Twitch.tv game name and channel status automatically
Other
35 stars 5 forks source link

Finish up TSWSceneItem configuration #1

Open caitp opened 8 years ago

caitp commented 8 years ago

The SceneItem configuration needs to be completed. Currently, it doesn't really do anything useful.

The OBS API is not crystal clear about how to save/load/etc "data" or "properties" objects. It looks like the main obs app does do this for you, and the way it does is not exposed to the API. It's not always obvious which parts of the API are safe to ignore, since the real target is the obs-studio application.

Some nice things to have (that are not on any agenda) would be:

caitp commented 8 years ago

TypeAhead support isn't really possible in obs-studio at the moment, there's no way to update the Settings dialog controls when it's already open. So for now, it's stuck as it is.