brunchboy on master
Finish QLC+ integration example. (compare)
brunchboy on master
Add first draft of QLC integrat… (compare)
brunchboy on master
Remove redundant color table #5… (compare)
brunchboy on master
Support more cue color codes, c… (compare)
brunchboy on master
Embed async HTTP client so expr… (compare)
brunchboy on master
Fix running phrase trigger cue … (compare)
brunchboy on master
Draw playback position marker i… (compare)
brunchboy on master
Clean up unused imports and loc… Fix calls to some functions who… Fix display of player position … (compare)
brunchboy on master
Add link to change log, #119 [s… (compare)
Hi @brunchboy Please forgive me for the super rookie question, but I've got this hooked up where i'm able to get the default 2-deck view working in my OBS stream. What i'd like to do is modify it to show the master deck's artist / track title / maybe even cover art, but not both. I only really need the text, not really any of the fancy waveforms etc. When I read the user guide for the OBS overlay, it says
"Beat Link Trigger ships with a default template that is served unless you specify your own templates folder, which you can do by clicking Choose on the Templates Folder row. It will allow you to navigate to and select any folder your system, as long as there is a readable overlay.html file in that folder. "
Question i have is, where do i get such an overlay.html file? I was trying to just copy the default's html code and delete stuff, save that as overlay.html. But it isn't recognized by OBS Overlay Webserver when I attempt use it. Is this something I can create? Am I even on the right track to accomplish this?
@brunchboy I just created it...perhaps that's no bueno. I just copied / pasted the html from the default template and pasted it into a text editor on my mac, saved it as "overlay.html". I can now get it to recognize my overlay.html file, but when i run it it just shows me the code itself. Not the interpretation of the code
No worries man, appreciate your help
overlay.html
template. If you opened something with 2200 lines in it, then that was something else.
overlay.html
on GitHub. What you saved was the entire GitHub page, with the user interface for browsing GitHub and all the other stuff on the page; my overlay source was only a tiny fraction of what was there, and it was formatted in a way that can’t be used. That won’t work. You’ll need to either learn how to clone the beat-link-trigger repository and get the file that way, or click the raw
button on the top of the listing on the GitHub UI before trying to save that page.
.txt
to the filename, you’ll need to take that back off and verify that the lines you got match what the file is supposed to have in it. You may want a code editor rather than just a text editor, too.
overlay.html
source on that GitHub page, and copy and paste them into your editor. Once you get to a point where you can get BLT behaving the same with your Templates folder as it was with the built-in one, then you can start trying to remove the parts of the template you don’t want.
There are 226 lines in the
overlay.html
template. If you opened something with 2200 lines in it, then that was something else.
I went here...and downloaded a copy of this file:
I tried opening the file up in a text editor "Brackets", and it appears to have copied the entire page i guess (2200 lines) lol
Oh, another thing you could try is to just drag to select all the lines of my
overlay.html
source on that GitHub page, and copy and paste them into your editor. Once you get to a point where you can get BLT behaving the same with your Templates folder as it was with the built-in one, then you can start trying to remove the parts of the template you don’t want.
On it. I once knew a hint of HTML CSS and JS...but you know what they say happens if you don't use it.... :D
@brunchboy K, so i've got my overlay.html file outputting almost exactly how I want it i.e. master deck's track title in big letters, artist name under that & cover art left of both lines. Formatting is nearly correct. I have it loaded in OBS and OBS shows the right stuff.
Trouble is when I change tracks, OBS doesn't update. If I click the "Open in Browser" button in OBS Overlay Web Server it shows the updated information, but I have to it manually. I'm guessing I'm missing some setting the OBS Overlay Web Server side that watches when the master deck changes and updates.
FWIW, when I change tracks and watch BLT, it shows the Master track update instantly.