Hello, the songs from JEM I got from this site go up to no 1110
Is there a place to get the more recent songs?
Hello fiveofsix,
The OBS websocket has been upgraded to version 5.0.2
It uses a new protocol and thus the OpenLP javascript no longer works to connect to OBS.
OBS versions 28 and later use the newer websocket.
Any chance you will be updating to support this?
Hey five,
There's a lot of interest in automating OpenLP from Ableton and the script you wrote up works great - at least for now until the OpenLP API goes away sometime 3.x.x.
Since the script will eventually break, I wanted to ask if you could add comments internal to the OpenLP midi script so those interested could more easily start building out features. Given these we could stop bothering you about your great script :-)
Many thanks!
I would like to obtain the NLT bible for OpenLP - is that still something you can help me with?
Hello Kyle,
I found out that if you play a MP4 movie you get the option to repeat this movie. See screenshot. If you check the repeat button it has also effect on the theme. This is a work around till they fix the problem in 3.01.
Blessings, Bert
Quick question: What's stopping you from using VideoPsalm?
I had to replace my hard drive. Previously I had OpenLP on the drive which became corrupted and I couldn't run it. With a new hard drive, I have installed OpenLP and copied my old files into the directory. When launching OpenLP, I receive a warning that he files were created in version 1 and OpenLP wants version 2, so the files cannot be opened. How can I convert the old files so I don't have to recreate each song?
Hello Kristin,
in the thread https://forums.openlp.org/discussion/4209/feature-request-chroma-key-stage-view, there was a solution to hide the bible, is it possible for the new stage view version?
Luke
if you want to show only songs on stage you can use this:
//store current slide type aka "plugin"
loadService: function(event) {
$.getJSON("/api/service/list", function(data, status) {
OpenLP.currentPlugin = "";
OpenLP.nextSong = "";
$("#notes").html("");
for (idx in data.results.items) {
idx = parseInt(idx, 10);
if (data.results.items[idx]["selected"]) {
OpenLP.currentPlugin = data.results.items[idx]["plugin"];
and then filter out e.g. this way:
updateSlide: function() {
if (
OpenLP.currentTheme ||
OpenLP.currentBlank ||
OpenLP.currentPlugin != "songs"
)
$("#currentslide").html("");
And we're off and running again.
From my reading of this, it doesn't look like it has anything to do with VLC, but I could well be wrong. I usually am. Nevertheless, here's what was output after I typed the commands to change directory and into the OpenLP package, and then to run OpenLP with the -l (lowercase L) debug
Qt WebEngine resources not found at . Trying parent directory...
Qt WebEngine resources not found at /Applications/OpenLP.app/Contents/MacOS/PyQt5/Qt5. Trying application directory...
Installed Qt WebEngine locales directory not found at location /qtwebengine_locales. Trying application directory...
qt.qpa.window: <QNSWindow: 0x7fa6b5ae53a0; contentView=<QNSView: 0x7fa6b5ae4bf0; QCocoaWindow(0x7fa6b5ae4ae0, window=QWidgetWindow(0x7fa6b5ae4610, name="QWidgetClassWindow"))>> has active key-value observers (KVO)! These will stop working now that the window is recreated, and will result in exceptions when the observers are removed. Break in QCocoaWindow::recreateWindowIfNeeded to debug.
qt.gui.icc: Unsupported ICC profile class 73636e72
So, am I right or wrong? Does this have anything to do with VLC?
I'm afraid that if I don't get this sorted sooner rather than later, they're going to tell me to ditch this software. Our current minister seems to have no hesitation in spending money, even though we're a barely viable church.
Blessings,
Andrew