In the default Stage view verses do not have the book listed with the text. Is it possible to add it? For example, if I'm displaying Matthew 28:19 stage view will show 28:19 followed by the verse text but without the book (Matthew in this case). I've tried looking at the stage.js and several .py files but I don't see a way to add the book. I'm guessing I'll have to modify the remote plug bible plugin some where. I'm just not sure where to start. As a programmer, I can handle it if I just knew what needed to be changed. Any ideas?
Comments
I'm struggling with the same issue.
Your help would be much appreciated!
Thanks!
v 2.4.6
I need to place the Book name somewhere on the screen similarly like the live view in the footer, but the book name is not in the stage.html file.
The live display, and the main view show the book name in the footer, but not the stage view. Here is a screenshot: https://prnt.sc/rs56rb
The book name element is pretty much missing on the stage view.
The main view (main.html) shows the same screen as the live view because it gets the entire screen as an image every 500ms. This is what I understand from the JS file main.js.
Thanks!
While we wait for the new version to be released I think I found a workaround you might try.
- Add the verses to your service just like normal.
- Right click on the Bible Verse collapsed Item in the Service and select 'Notes' from the drop down menu
- Type or paste the Bible Book Name into the note input box and click on the 'OK' button.
This puts a Note just below the clock with the Bible name....if you modify the stage .css and .html files just a bit I believe you can put this on the line with the clock or anyplace else you want.This isn't a real solution because it is rather manual and we are prone to getting in a hurry and forgetting things, but it should help until a real solution can be built in!
Hopefully the new version will be available soon.
Sorry i could no stop myself! i am sure we will have a new release of the software soon, but I am not sure if this will be in it!
How? Can you provide an example? I’m very interested!!