amirchev / OBS-Lyrics

Manage and display lyrics to any text source in your OBS scene.
Apache License 2.0
27 stars 17 forks source link

Allow lyrics text in nested scenes #41

Open GeNTooGeek opened 2 years ago

GeNTooGeek commented 2 years ago

Searches for lyric sources in nested scenes. The recursive function defined mimics obs_scene_find_source_recursive in obs-studio source code, but also searches through scene sources in addition to sceneitem groups.

Also uncomments a obs_source_release that shouldn't have been commented, and some minor whitespace corrections.