-
-
Notifications
You must be signed in to change notification settings - Fork 707
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
Feature Request: Hydrate some events with additional data in comparison to the v4 counterparts #983
Comments
I agree with this - I set up some events for an obs scene collection to show or hide certain elements of a nested scene depending on the live scene, and because of that setup, anything other than a cut transition looks awkward using the SwitchScenes (4.x) or CurrentProgramSceneChanged (5.x) events due to the source visibility change happening after the transition is over. |
Same for |
Okay, another +1 for this. Getting the |
Actually kind of insane this still hasn't been updated an entire year later. Why was |
Should this issue be broken down into more issues? Did @BarryCarlyon find any more issues in migration? I'm currently migrating and would really like to have at least the to/from scenes in |
Created a PR for this functionality, still looking into setting the duration on the response properly but the current patch works like a charm #1229 |
Little update from my side, here are windows and linux binaries if you want to use this already. These are the binary files only since the language files have not updated (you can always compile the PR yourself if you don't trust these downloads) |
I've created a new build of the websocket DLL that is based on 5.5.3 |
Feature Request Type
RPC Event
Feature Request Type (Other)
No response
Requested Feature
Comparing v4 to v5 a number of events are "dry" on the data they send.
For example
SceneTransitionStarted
only decalres the kind of transition that is occuring.The v4 equivalent being
TransitionBegin
decarles additional information with the event including theduration
andfrom
/to
scenesI imaging there are similar "problems" with other events being "dry" on data when compared to their v4 counter parts. But I'm just getting started on planning my OBS 27 to 28 migration paths.
I will likely update this issue with other "dry" events as I poke around
Requested Feature Usage Scenario
In the example of
SceneTransitionStarted
.I detect the duration of the event and the destination scene.
Half way thru the transition I run actions or tasks based on the destination scene.
So I need this information as the transitions starts
The text was updated successfully, but these errors were encountered: