Skip to content
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

Open
iraytrace opened this issue Dec 26, 2021 · 5 comments
Open

Lyrics 2.0.0 does not show/hide on program window #38

iraytrace opened this issue Dec 26, 2021 · 5 comments
Labels
bug Something isn't working

Comments

@iraytrace
Copy link

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.

@WaveSimm
Copy link

I have the same issue as well.
Have three computers and only one of them works accordingly.
Others don't work expectedly.
The symptom is same as Iraytrace mentioned.
I can see the red backgrand color on the preview however, the sources are still displayed on the main screen.

Best regards,

@GeNTooGeek
Copy link

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.

@iesv
Copy link

iesv commented Feb 26, 2023

I have the same issue as well.

@amirchev amirchev added the bug Something isn't working label Mar 7, 2023
@jbrown123
Copy link

jbrown123 commented Apr 3, 2023

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]
The following steps require you to press the show/hide key twice to get the source to toggle as expected.

  1. Select a scene with the lyrics source
  2. Press the show/hide hotkey to confirm it is working as espected
  3. Select a scene WITHOUT the lyrics source
  4. Press the hotkey ONCE (this should toggle the source but does not)
  5. Return to the scene you selected in step 1
  6. Press the hotkey (nothing happens)
  7. Press the hotkey a second time to get it to toggle as expected

@jbrown123
Copy link

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:
https://obsproject.com/forum/threads/how-enable-disable-a-source-on-all-scene.141145/
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants