DCStrato
Member
Fifty years of programming computers later, it is good to know I am past somebody anyway.That would be wonderful. I teach an Introduction to Computer Programming class, but you are way past me.
Fifty years of programming computers later, it is good to know I am past somebody anyway.That would be wonderful. I teach an Introduction to Computer Programming class, but you are way past me.
Bad news ... with this release my system reverted back to not loading the lyrics when I picked a scene. I made sure to create a new Load source, a new Lyric, set up new hot keys, went into the script and picked Lyric as the text source and did everything the way I had before, but I would get the box the lyrics should be displayed, but nothing I tried worked. When I went back to the Test 3 lyric and reset all the above items, it worked again. I tried the new one again making sure I didn't miss anything, but no lyric text on the display. So, I'm back to Test 3, which doesn't give me the option I saw about resetting or not, and everything works again.This is a Next Release Candidate version. Any testing feedback would be appreciated. DC.
Humm, I used this version for Ash Wed service we created from scratch. I also setup our service for this Sunday with no issues. I am curious for sure. Here are some questions so I can try to duplicate the issue here. 1. Are you using fading? Is that value bigger than 5? I noticed a slow fade of 1 looks like it is not loading and plan to correct that default. Does reset lyric make a difference? I just repeated your exact steps and it all works. We must be doing something different somewhere. Thank YOU for your help. It is the only cost to free software and greatly appreciated. I just remembered I didn't try it in Non-Studio mode which is your preferred profile. I will try it in non-studio mode, and if you will switch with me and try it in studio mode that would be awesome!Bad news ... with this release my system reverted back to not loading the lyrics when I picked a scene. I made sure to create a new Load source, a new Lyric, set up new hot keys, went into the script and picked Lyric as the text source and did everything the way I had before, but I would get the box the lyrics should be displayed, but nothing I tried worked. When I went back to the Test 3 lyric and reset all the above items, it worked again. I tried the new one again making sure I didn't miss anything, but no lyric text on the display. So, I'm back to Test 3, which doesn't give me the option I saw about resetting or not, and everything works again.
Thanks again for all your work. For tomorrow, I will just leave it at its current state with the Test3 release, but on Monday I'll give the new release a run through. I have never changed the fade, so the default is still there. I will play with that as well.This should do it. You do have to go out of the scene and back into the scene to activate the source create and see the lyrics! OBS has a bug that the source create/show function does not get called when the source is first added to a scene. Several of their other functions suffer from this same problem, so I am not sure why they haven't fixed it yet. Didn't change the default fade speed yet so if you use that be sure to set it fast enough to see it. THANK YOU for helping me test this code. Amirchiv is also testing and there should be a new release pretty soon. I will try to work on a tutorial video as using this is a bit more complex in its new advanced formats.
Sunday worked perfectly with the LyricsTest3 script, so I tried today to use the new lyric you sent me. It works! I did discover a few things in the way I create the text to be pasted into the lyric script. I am using Word with line numbering turned on so I can make sure each verse of the Scripture or certain song lyrics begin at the right place within my two-line limit. I then set the right margin at 3.75" so the text doesn't bleed off the screen in OBS. What I discovered is that I must end each line with a hard return and not let word wrap determine my lines. Otherwise, the text size goes crazy in OBS. I also need to make sure there is not a blank line at the bottom of the script or the size goes crazy again. I just use the ##P whenever I need and it all looks great.Understood. I hate changing things too close to Sunday and prefer to try new things on Monday. :)
Yes, hard returns are required. ##B works the same now as ##P. My tech guys wanted to remember the blank line with a "B". I retired early in life most blessed and enjoy paying back my time. The more I give the more I get. PROVERBS 11:24–25Sunday worked perfectly with the LyricsTest3 script, so I tried today to use the new lyric you sent me. It works! I did discover a few things in the way I create the text to be pasted into the lyric script. I am using Word with line numbering turned on so I can make sure each verse of the Scripture or certain song lyrics begin at the right place within my two-line limit. I then set the right margin at 3.75" so the text doesn't bleed off the screen in OBS. What I discovered is that I must end each line with a hard return and not let word wrap determine my lines. Otherwise, the text size goes crazy in OBS. I also need to make sure there is not a blank line at the bottom of the script or the size goes crazy again. I just use the ##P whenever I need and it all looks great.
The feature to not reset a lyric automatically works perfectly. I moved a few verses into one scene, then jumped to another scene, then back and it was right where I left it. I know I can't pay you for all the time you have in this, but I sure do appreciate the hours you have spent with this script. Right now, I can't think of another feature I need, but no promises!
At this time, it's not supported, but you can try using multiple versions of this script, with one displaying the leaders text and the other displaying the response, connecting each script to a different text source, and formatting that source with the colors and font that you choose.Hi
When using the script (which I love) I would like to use two different colours. One to signify the leaders text and a second for congregation response. Is this possible please
Thanks
At this time, it's not supported, but you can try using multiple versions of this script, with one displaying the leaders text and the other displaying the response, connecting each script to a different text source, and formatting that source with the colors and font that you choose.
Rob M.At this time, it's not supported, but you can try using multiple versions of this script, with one displaying the leaders text and the other displaying the response, connecting each script to a different text source, and formatting that source with the colors and font that you choose.
Many thanks.. Will give it a go and report backRob M.
Here is a version you can try if you want.
1. Create an Alternate Text source in the scene and format it differently.
2. Select this Alternate Source in the Script the same as Text Source and Title Source
3. Mark your Lyrics with #A[ and #A] for the text you want to be loaded to this alternate text source.
Example:
#L:1
#A[
Leader: God be with you
#A]
People: And also with You
Note: Text inside #A[ and #A] is treated as its own lyric text. So you need to manage the number of lines selected by adding blank lines ##B or using #L: markups where they might be different between the two independent Text Sources. For example:
#A[
#L:1
Leader: Single Line Lead #1
#A]
#L:2
Response: Line one of Response 1
Line two of Response 1
#A[
#L:1
Leader: Single Line Lead #2
#A]
#L:2
Response: Line one of Response 2
Line two of Response 2
I did some pretty good testing on this script, but it might still have issues. You asked for the feature so you get to help test! :) I am working on setting the #L: automatically inside of #R[ and #A[ constructs in the next update. All feedback appreciated.
DC Strato