You cannot modify the inbuilt remote views anymore; But you can copy your version into the stages folder and it will work the same as it did in 2.4.6 (with perhaps some minor changes). This feature is called "Custom Stages" and was how the…
SongSelect does not provide a public API. This means OpenLP has to pull the lyrics straight from the webpage. This means the SongSelect importer breaks every time SongSelect changes their website.
Until someone releases a fix for OpenLP, downloading…
Maybe... plugins are more intended toward adding functionality for alternate service items (powerpoint, videos, etc). It might be more practical to use the websocket API: https://gitlab.com/openlp/wiki/-/wikis/Documentation/websockets
I hope you backup up your OpenLP data and restored it when going to an earlier version of OpenLP as they can interfere with each other and can cause more issues.
In terms of the display issues; I don't quite understand your setup, but it sounds lik…
What are you trying to do? That might work, and you could give it a try, but there is a built in author edit interface in OpenLP.
If you right click on any song, and click Edit then go to the `Authors, Topics & Songbooks` tab. There's a button…
You can catch changes of the display mode via the websockets api: https://gitlab.com/openlp/wiki/-/wikis/Documentation/websockets
Below I have expanded on the example provided on the wiki.
const host = window.location.hostname;
const websocket_port…
Hi! Folders with the media plugin in very new and is only in the latest beta: https://openlp.org/blog/2021/09/05/openlp-30-beta-2-293-zealous-zechariah
Keep in mind there are bugs in the 2.9.3 beta version (particularly with bibles and images) that …
Hi @Mmakwena, this is a bug that occurs that when OpenLP thinks a theme can't fit anything. What version of the OpenLP 3.0 beta are you using? (2.9.0 , 2.9.1 , 2.9.2 or 2.9.3 ). Have you tried the latest version (2.9.3 )?
Ah, the web view. You've got a couple options:
You can use the 2.9.2 OpenLP beta if you like. This issue has been fixed (although you'd still need to change the background colour).
Alternatively, you can edit the css file for that page. I found it o…
When you have the presentation in the live section the live display shows exactly what the display screen shows. Because you are showing the destop you see the desktop on the preview. If instead you open the presentation in the preview section the p…
Windows 7 is no longer supported by Microsoft and it looks like some of the libraries OpenLP uses have updated and also no longer support Windows 7. As far as I'm aware, there's no easy way around this besides updating your operating system, which i…