-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Here you see quite empty workspace for now. At top there is file menu, where you can create New
workspace, Load
and Save
.
Yuo see as well some tabs: song
, lyrics
, titles
and lights
. And everything is empty for now.
Lets create some content, so head on and click Manage songs
,
Manage song opens a new view. Here you can see later all the songs in the loistoTXT.
Songs are saved at data/songs
as easy to edit json files. You can at this view use the Search
to filter the list.
Let's create a example song. Go ahead and click New Song
.
Depending on your browser settings, you either see or not see a new popup window, some browsers might as well open a new tab. If you don't see anything, please check your browser settings.
Next thing is to fill in the song infos. The editor should be easy to use.
Use Add part
to add more parts to the song and in the part use Add Text
.
Each text field takes only up to 2 lines, and visible text area is optimized for line length.
Remember as well to fill in filename
. I could used uuid's for the songs, but i think setting a filename is easier for read at data directory: data/songs
.
You can remove text block
with the trash icon, and duplicate
with the copy icon next to the lines.
The you can drag'n'drop the elements with move
-icon. Undo has 20 steps.
We are back at the main window.
- Click
Refresh
at the bottom to bring the new songs to the view. - Click
Import
next to the song. - Click
Close
At the view new song is being added. All the songs are in list at the view.
Active songs are highlighted with green
. You can drag'n'drop to order the songs using the move
icon.
To activate/load a song to lyrics view, click Play
button.
Here you see the songs infos and texts.
- Song operate area
- Preview area
- Quick controls
You can easily switch the livestream lyrics by just clicking any of the lyrics boxes. Go ahead and click the first one, and you see preview shows the title as well. The preview is actually the same view what goes to OBS later.
- To switch lyrics, just click on new lyrics box or use the Quick button arrows.
- To clear the view, click same box again to deselect, or click
Clear
at the quick buttons.
I assume you have some scenes done already... if not, right click at the scenes
-box and create a scene.
- Click a scene to active
- Right click at
Sources
Next select add
--> Browser
For the first source you select Create
.
You don't have to create no more than 1 browser Source
for the text layer. For other Scenes
you can just do add existing.
In the nodejs console window you get an IP-address of the app. You'll need next to either type this or copypaste. To copy the text, just select the text and after press enter
at keyboard.
Set the URL from your clipboard using ctrl-v, or type the address.
Set width and height to match your OBS framesize (see obs settings)
Clear everything from Custom CSS
-text box.
Make sure, that there's not selected: Shutdown source when not visible
and refresh browser when scene becomes active
And this is normal. Same happens when you loadup the project next time as well: Correct order to start up things:
- (Start QLC+)
- Start OBS
- Start loistoTxt
Then go to OBS and select your browser source and click refresh
Go to loistoTXT and just use normally the app, the apps are now linked.