TeeBoard

Free TeeBoard v0.1.5 beta

DeezjaVu

Member
Quick question for anybody here that may know, I would like to use a custom animation (a simple fade I'm thinking), does anybody know how I would go about doing this? I got the custom image working, just looking to personalize a tin bit more. Any help would be appreciated, thanks!
To fade elements in and out, use opacity:

In the teeboard-notification.html, modify the animation for the fade in:
Code:
TweenLite.fromTo(div, 0.6, {x:-920, opacity:0}, {x:0, opacity:1, onComplete:hideNotification});

And for the fade out:
Code:
TweenLite.to(div, 0.6, {x:-920, opacity:0, delay:6});

All of this and much more can be found here:
http://www.greensock.com/gsap-js/
 

Warchamp7

Forum Admin
You have to set the Single Process to True, as explained in the TeeBoard help, for transparency to work.

Note that the 64bit version of the CLR Browser plugin is unstable with Single Process set to True, but there's nothing I can do about that. 32bit is therefor recommended.

Ah woops, I hadn't restarted OBS after changing the setting as I should have. All good now, thanks!
 

VooDoo

Member
I'd still like to see some spaces on the latest follower text. People have variable length names and use different fonts etc, making a static text fit within a graphic is pretty much not happening. So you opt to scroll even if its very slowly, problem we have here is scrolling mush's it into 1 word.
 

DeezjaVu

Member
I'd still like to see some spaces on the latest follower text. People have variable length names and use different fonts etc, making a static text fit within a graphic is pretty much not happening. So you opt to scroll even if its very slowly, problem we have here is scrolling mush's it into 1 word.

Will be in the upcoming patch tomorrow :)
Sorry it took so long to fix/adjust this.
 

DeezjaVu

Member
DeezjaVu updated TeeBoard with a new update entry:

Update v1.1.3 beta

TeeBoard has been updated to v0.1.3

Check the patch notes for more info.

Patch notes: https://docs.google.com/document/d/1cqECBydQCYqxcX8xJpuillPnSMMngkQTs5mOA7bY_tA/pub

If you already have TeeBoard installed, you will be notified of the update the next time you start the app.

In case TeeBoard doesn't automatically (re)start after the update, check the Task Manager and kill the process, then restart TeeBoard.

Read the rest of this update entry...
 

1cecold

New Member
Hi I tried to install Teeboard and I get

The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author.
 
now playing doesn't work with adding media under misc widgets.
also would be nice if you could hit a random button so the songs never play in the same order and maybe some forward and back buttons.. like a typical media player.

i want to be able to show dj mixing or club events while gaming.
 

DeezjaVu

Member
now playing doesn't work with adding media under misc widgets.
also would be nice if you could hit a random button so the songs never play in the same order and maybe some forward and back buttons.. like a typical media player.

i want to be able to show dj mixing or club events while gaming.

That's not what "Now Playing" is for. It's not a media player.
It simply communicates with last.fm to retrieve a list of your latest tracks played through any music service or media player that has the ability to "scrobble" to last.fm.

EDIT:
Oh hold on.. you mean the Media Widget.. And no, the Media Widget does not scrobble to last.fm, sorry.
I may still add some more control to it (play/pause, etc..) at some point. Just have been really busy with other (TeeBoard) things.
 
Last edited:

louislo0olz

New Member
Hello is there a way to add custom sounds on donations, subs and follows?? I tried adding sounds to the sounds folder under Teeboard main folder but doesn't seem to come up
 

DeezjaVu

Member
Hello is there a way to add custom sounds on donations, subs and follows?? I tried adding sounds to the sounds folder under Teeboard main folder but doesn't seem to come up

Most likely wrong folder:
[USER DOCUMENTS]\TeeBoard\sounds\
In TeeBoard, hit:
F1 -> Widgets -> Notifications
 

Mechrior

New Member
I am trying to add a custom sound to the follower alert and TeeBoard is not listing it in the available sounds list. It is and mp3 @96kbps

any help?!
 

AlejandrosTV

New Member
Hey DeezjaVu! First i want to say thanks for this amazing tool, very usefull for the 1 screen streamers!

My question is, when someone donates, how it is shown? in the message tab i have only "%name% [ %amount% ]:", is the message in, or what is the %code% for it?
Thanks in advance!
 
Last edited:

DeezjaVu

Member
Hey DeezjaVu! First i want to say thanks for this amazing tool, very usefull for the 1 screen streamers!

My question is, when someone donates, how it is shown? in the message tab i have only "%name% [ %amount% ]:", is the message in, or what is the %code% for it?
Thanks in advance!

Donation notes are not included.
 

PTGKoji

New Member
Hi DeezjaVu. First, I want to say thank you so much. For most of us who aren't as literate, this has helped a ton to make my stream better.

So, my problem is that ever since I updated Teeboard, notifications stopped appearing on my screen. I followed all the steps from before 1.3, and had it working flawlessly. Now, when I get a new follower, the sound notification goes off but the Display on OBS doesn't show anything (someone before seemed to have the same problem). When I use the Notifications Widget (Eyeball, without OBS on) it just shows a white screen.

If i can find a past brodcast to show it worked before the update I will, but you know what the notifications look like. Any help would be appreciated. Thank you again so much!!

EDIT - I uninstalled and re-installed 1.2 and it works fine again. Don't know what happened. I'll use this for now!
 
Last edited:
Top