TeeBoard

Free TeeBoard v0.1.5 beta

Tei

New Member
Many thanks for help and nice chat DeezjaVu!

If somebody have problems with some widgets, make sure to set SingleProcess to True (OBS -> Settings -> Browser -> Runtime -> SingleProcess).
The reason my custom notification widget was working was that it did not required it.
 

Skissors_Wolf

New Member
The update that was released today broke the chrono. It now acts like a countdown no matter what you set it to. I've tried manipulating the settings in the settings file as I had to do in the previous version to get it to save and I tried to get it to work in the program itself.
 

DeezjaVu

Member
The update that was released today broke the chrono. It now acts like a countdown no matter what you set it to. I've tried manipulating the settings in the settings file as I had to do in the previous version to get it to save and I tried to get it to work in the program itself.
I'll have a look, this could indeed be an oversight.

And what do you mean by: "I've tried manipulating the settings in the settings file as I had to do in the previous version"

There was no need for that in the previous version whatsoever. Are you sure you're using the widget from the correct location? All widgets are stored in the user documents folder, not the TeeBoard installation folder.

EDIT: I just checked and the CountDown widget works fine here, I can select all three types and the widget displays them correctly. Again, my guess is you're using the wrong files. Read the help (F1) and use the folder icon at the top right of each widget to automatically open the correct location.
 
Last edited:

Michael Jones

New Member
Any chance of adding some kind of viewer loyalty system, one that assigns points to followers that can be used in raffles for giveaways?
 

DeezjaVu

Member
Any chance of adding some kind of viewer loyalty system, one that assigns points to followers that can be used in raffles for giveaways?

Not at the moment, no. To be honest, I don't believe in them, mostly because they're flawed in that someone sitting in your chat 24/7 and not necessarily watching your stream is favoured over someone who may not be there 24/7 but does actually watch your stream. I find the whole loyalty thing a bad idea.

On top of that, TeeBoard currently does not parse any chat users (leaves, joins, etc.), it ignores everything that is not a user chat message, which makes it super fast.
 

Skissors_Wolf

New Member
I think you may have solved my problem for me. I the last version I was indeed using the one in the program folder. As I was not aware that there was a copy in the user folder. And what I was reading for configuring it in the previous version either wasn't clear on that or I just completely misread it. Thanks for clearing that up.
 

DeezjaVu

Member
I think you may have solved my problem for me. I the last version I was indeed using the one in the program folder. As I was not aware that there was a copy in the user folder. And what I was reading for configuring it in the previous version either wasn't clear on that or I just completely misread it. Thanks for clearing that up.

The (correct) paths are mentioned in the patch notes and help documentation. Also, the folder icons (top right) for each widget have been there for a while now.

A user should never have to use/touch files that reside in "program files", hence its name and why there's a folder called "user documents". Unfortunately a lot of applications/developers don't follow these rules.
 

AlphaKennyV2

New Member
Hey I do not really understand how to use the donation tracker for ImRaising.com, I have been using ImRaising.com for months now and I was recently referred to this dashboard, which is AMAZING, but i do not know what to type when it asks "Channel"
 

DeezjaVu

Member
Hey I do not really understand how to use the donation tracker for ImRaising.com, I have been using ImRaising.com for months now and I was recently referred to this dashboard, which is AMAZING, but i do not know what to type when it asks "Channel"

ImRaising works with "events". When you create a new event, you're asked to give it a name. Enter that name in TeeBoard as the "channel" value.
I'll look into renaming it as the "channel" label is originally meant for streamdonations.net.
 
few questions.
is there a way i can edit how long the follow and donate stays up for?
also with follow and donate, is there some way i can code in a way for it to enable a gif image on my stream?
i'm not a coder so not really sure where i'd add/edit these things.
 

DeezjaVu

Member
ALso how will the giveaway system work? Will it have a notification of the winner? ^_^
Not much has been decided on that yet, but a notification of the winner will be included.
Things I'm still not sure of are what it should look like on stream:
  • just display name of winner?
  • have some fancy layout (like the poll)?
  • something else?
Just displaying a name is easy, like the current notifications (followers, subs, donations). Doing a more fancy layout (like the poll) isn't all that complicated but then the user will most likely have to set up a scene just for that.
So I still have some thinking to do :)
 

DeezjaVu

Member
few questions.
is there a way i can edit how long the follow and donate stays up for?

Nope. This is done for a reason. If you'd increase the display time to let's say 20 seconds, that means you can (only) have 3 "new" notifications within a minute. Any more than that would not be displayed when the next result comes in (with more new notifications).

also with follow and donate, is there some way i can code in a way for it to enable a gif image on my stream?
i'm not a coder so not really sure where i'd add/edit these things.

There's a "special" CSS/HTML/JavaScript version of the notification widget available, but since you mentioned you're not a coder, that may get tricky.
The js version is located in:
  • [USER DOCUMENTS]/TeeBoard/widgets/notifications/obs-js/
If all you really want to do is display a .gif image, you can simply swap out the image that is currently there and adjust the dimensions in the html file.
 
Top