Hi yes this is true. If you want to download portable versions of OpenLP and OBS already pre-configured, see here:
anvilsoup - OpenLP and OBS Integration
Below (at the bottom of this webpage) are two downloads that fully integrate OBS with OpenLP. This allows you to run OpenLP and OBS as separate applications, and use the OpenLP Controller within OBS, as well as lyrics integration using web page overlays. There is also auto-switching of scenes andsites.google.com
this is broke using OpenLP V2.9.5 & OBS 28.1.1
Has anyone been able to get the lyrics function working in OpenLP 2.9.5?
Please go through the settings on the control dock as that is already a feature.I've finally got it working, but would dearly love the love the lyrics to fade out on the custom browser when they are faded in the main control.
Hello bro, this code is for the stage, just paste it inside there and overwrite the current obs and that will work for youHas anyone been able to get the lyrics function working in OpenLP 2.9.5?
Open stage.js with a text document, click Edit, Find, enter let location,
and find this line of code:
let location = String(/\d? ?\w+ \d+:[0-9, -]+/.exec(title)).trim();
Replace with this line of code and save:
let location = String(/[\p{L}\p{N}]+ \d+:[0-9, -]+/u.exec(title)).trim();
Restart openlp and try.
I am a Chinese user and it is displayed successfully.
God bless you.