-
Notifications
You must be signed in to change notification settings - Fork 17
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
Lyrics 2.0.0 does not show/hide on program window #38
Comments
I have the same issue as well. Best regards, |
This is likely due to the use of obs.obs_frontend_get_current_preview_scene at line 1180 of lyrics+.lua. When I saw this, while looking through code for unrelated reasons, I figured that the use of this call instead of obs.obs_frontend_get_current_scene is likely due to the work for "Transition Preview to Program on lyric change" option. I haven't had time to compare the 1.5.1 code to current, but just giving an idea. |
I have the same issue as well. |
I have the same source (pasted via paste reference) in two scenes (because I have two cameras). The hotkey only turns on/off the preview version as other's have indicated, not the program version. And ONLY if the preview scene contains the lyrics source. Seems like it should turn on/off ALL INSTANCES at the same time regardless of what is in preview or program. [revised]
|
WORK AROUND THAT SOLVES THIS PROBLEM!If you create a group to hold the text box (GDI) that lyrics is using, then put that group in every scene, they will all be disabled / enabled (even in program) when you disable any of them. See this discussion thread for further info: |
In version 1.5.1 when clicking "Show Hide" the lyrics would be toggled in both preview and program windows. In 2.0.0 clicking show/hid only modifies the preview.
The text was updated successfully, but these errors were encountered: