Skip to content

Commit

Permalink
update version number, add wiki article images, update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
reaby committed Mar 20, 2021
1 parent df52b2d commit 1eb7eb3
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 3 deletions.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# LoistoTxt
Song lyrics and lower 3rd titles displayer to obs, vmix or any casting software that supports browser source. Additionally you can remote control whitelisted scenes at OBS (additional plugin required for this).
Optionally you can control lights on [QLC+ lightdesk app](https://www.qlcplus.org/).

## Install

Expand Down Expand Up @@ -36,7 +37,13 @@ structure of the file is quite obvious:
"address": "127.0.0.1:4444",
"password": "admin"
}
}
},
"qlc": {
"enabled": false,
"websocket": {
"address": "127.0.0.1:9999"
}
}
}

Scenes is a whitelist of scene names. You can use `"*"` to whitelist all scenes for changing.
Expand All @@ -57,4 +64,20 @@ After app starts, it says something like this:

Admin interface is without any passwords for now, since well, I don't need such at our production, and you should run this at a private network anyway...

And for OBS, like the console window says, add a new `browser source`, and paste the address there. You might need to click refresh source, if you restart the service, but it should auto connect anyway after you get initial connetion.
And for OBS, like the console window says, add a new `browser source`, and paste the address there. You might need to click refresh source, if you restart the service, but it should auto connect anyway after you get initial connetion.
See wiki article `getting started` for tutorial.

## QLC+ integration

To enable qlcplus remote control, you must add `--web` to the shortcut that opens the app.
example: `C:\QLC+\qlcplus.exe --web`

All `functions` in qlc plus are then usable. LoistoTXT when changing scenes will deactivate all functions and then set the selected at `running` state. So you wish to do either Chaser or Scene, I've personally used for now only static scenes.

At `Lights`-tab there is refresh and clear buttons.
Clear sets all scenes to `stop` and refresh fetches the statuses of the scenes.

You can set quick light scene to any song. Click at the empty spot to assign any scene.
Use the arrow-button next to scene to clear the slot. Scenes are persisted to the show automatically when selected, just remember to save the show and you're good to go.

I try to write a wiki article later for qlc+ things.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loistotxt",
"version": "1.2.1",
"version": "1.3.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
Expand Down
Binary file added resources/tutorial/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/tutorial/10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/tutorial/11.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/tutorial/12.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/tutorial/13.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/tutorial/14.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/tutorial/15.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/tutorial/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/tutorial/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/tutorial/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/tutorial/5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/tutorial/6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/tutorial/7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/tutorial/8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/tutorial/9.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1eb7eb3

Please sign in to comment.