Published using Google Docs
TeeBoard beta patch notes v0.0.6
Updated automatically every 5 minutes

TEEBOARD BETA PATCH NOTES:

v0.0.6 beta 2014-04-11

When adding an audio file to the list with the widget preview already open, clicking apply would cause an error when the audio list was previously empty.

When closing the download manager  window, vods in the queue will continue to download in the background. However, closing TeeBoard cancels all downloads.

Note that downloading vods can be extremely slow, because Twitch throttles the download speed.

For this, a new folder (obs-js) has been added to the notifications folder:

(User Documents/TeeBoard/widgets/notifications/obs-js/).

In this folder you’ll find teeboard-notifications.html and teeboard-notifications.swf. The swf file is embedded in the html file and is needed for communication with TeeBoard. When the swf file receives a notification from TeeBoard it calls a Javascript method: teeboardNotification  with 2 arguments (type, message). The value of “type” will be one of three values: follower, subscriber, donation. The value of “message” is the notification message you defined in TeeBoard. The html file already includes a full blown javascript animation engine (Greensock Animation Platform). What you do with it is up to you.. go nuts :)

For more info, visit: www.greensock.com