TeeBoard

Free TeeBoard v0.1.5 beta

Soboy007

New Member
My channel is http://twitch.tv/soboy007, I'm really small but I'd love to get this feature to work. Best chat source I've seen so far. I'll check my firewall and hope this works, thanks. :)
I tried adding a 6667 exception in my Firewall but it doesn't seem to work. I wish I could figure out what the problem is. No one else seems to be having my issue and when I do what you show to in the video it just stays not connected.
 

Jarrod

New Member
"The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author." - I get this message when i attempt to install the TeeBoard Installer Package, and i cant seem to work out how to fix it, i'm sure i've just mucked up somewhere along the lines, if anyone could be of help that would be great, thank you!
 

DeezjaVu

Member
"The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author." - I get this message when i attempt to install the TeeBoard Installer Package, and i cant seem to work out how to fix it, i'm sure i've just mucked up somewhere along the lines, if anyone could be of help that would be great, thank you!
Make sure Adobe Air is installed: https://get.adobe.com/air/
If that was already the case, try uninstalling Adobe AIR and install the latest version. Let me know if that doesn't help.
 

Snaert

Member
DeezjaVu do you have any plans on adding SoundCloud to the music part of Teeboard? I mean Last.fm isnt bad it's just that I would much rather use soundcloud. And once again. I LOVE Teeboard, thank you very much for it! :)
 

DeezjaVu

Member
DeezjaVu do you have any plans on adding SoundCloud to the music part of Teeboard? I mean Last.fm isnt bad it's just that I would much rather use soundcloud. And once again. I LOVE Teeboard, thank you very much for it! :)
SoundCloud is already supported via the last.fm scrobbler plugin for Chrome: https://chrome.google.com/webstore/detail/lastfm-scrobbler/hhinaapppaileiechjoiifaancjggfjm or FireFox: https://addons.mozilla.org/en-us/firefox/addon/foxyscrobbler/
 

Snaert

Member
Yea i saw but it's not working, im just getting "no song playing right now" :/

But i might be doing it wrong.. How do you get your soundcloud playlists to play via last fm?
Got it to work now with a shit ton of tested scrobblers. Seems like many of them are outdated and that was why it didnt work.
 

DeezjaVu

Member
Got it to work now with a shit ton of tested scrobblers. Seems like many of them are outdated and that was why it didnt work.
Good to know.. which one did you end up using? The one I have for Chrome (and posted above) still works for me (although I haven't specifically tested it with SoundCloud).
 

Snaert

Member
Good to know.. which one did you end up using? The one I have for Chrome (and posted above) still works for me (although I haven't specifically tested it with SoundCloud).
i had to use "MyCloudPlayer" together with soundcloud scrbbler for chrome for it to load them. BUT yesterday there was a pop-up on SC that said that their scrobbler is buggy right now and they are working on a fix, so that might have been why i had to try so many different scrobblers for sc before i found one that worked. And by the way, once again thank you for this software. Im still amazed on how nice and easy everything is (first time i had any problem with it) :)
 

PatientZ

New Member
Did TeeBoard at some point have a field in the notification settings where you could run an external file, such as an exe or bat file, or am I thinking of some other Twitch dashboard app?
 

DeezjaVu

Member
Did TeeBoard at some point have a field in the notification settings where you could run an external file, such as an exe or bat file, or am I thinking of some other Twitch dashboard app?
Must have been some other tool. What did it allow you to do exactly? Or what is it you're looking for?
 

vysius

New Member
Im trying to test the Follower notification, but in the preview screen ti says : Unable to connect to TeeBoard. Error #2047
 

PatientZ

New Member
Must have been some other tool. What did it allow you to do exactly? Or what is it you're looking for?
Generally speaking I'm just looking for a way to extend TeeBoard's functionality without bombarding you with dozens of requests that would be specific to my needs, and probably not to a general audience :)

More specifically, If I could trigger an external file, like a batch file, and send some variables along like %name% and donation amount, etc, I could do things like manipulating an SQLite database, generate custom images with ImageMagick, even trigger the render of a custom 3D animation using a command line renderer.
 

DeezjaVu

Member
Im trying to test the Follower notification, but in the preview screen ti says : Unable to connect to TeeBoard. Error #2047
Error#2047: Security sandbox violation

That means you forgot to read the help documentation :)
In TeeBoard, hit F1 and select "notifications". Follow the instructions.
 

DeezjaVu

Member
Generally speaking I'm just looking for a way to extend TeeBoard's functionality without bombarding you with dozens of requests that would be specific to my needs, and probably not to a general audience :)

More specifically, If I could trigger an external file, like a batch file, and send some variables along like %name% and donation amount, etc, I could do things like manipulating an SQLite database, generate custom images with ImageMagick, even trigger the render of a custom 3D animation using a command line renderer.

The next update of TeeBoard will have a change to the communication mechanic between TeeBoard and its widgets. Up to now I've been using something called a LocalConnection. However this caused problems in XSplit (well XSplit is broke) and also limited the amount of copies you could run at any given time as a LocalConnection is a 1-on-1 communication channel.

The new widgets will use a Socket connection. This removes the 1-on-1 limitation but also opens it up to 3rd party tools that have the ability to communicate via a Socket connection.
Let me know if that's something you're interested in.
 

PatientZ

New Member
The new widgets will use a Socket connection. This removes the 1-on-1 limitation but also opens it up to 3rd party tools that have the ability to communicate via a Socket connection.
Let me know if that's something you're interested in.
All the solutions I come up with are extremely "hacky" since I'm not a coder or a scripter. I always cobble half-arsed solutions together and maybe 10% of the time they work half of the time, so I'm not sure communicating via a socket would help me much as it could be a bit too complicated for me to put together.

But I'll take anything I can get. I might be able to figure something out :)
 
Top