Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Releases: mkniller/ExtraLifeStreamLabels

Extra Life Stream Labels

15 Apr 00:17
502c640

Choose a tag to compare

This update includes a new stream label file that shows Donor Name, Donation Amount, and Donor Message, if present.

Extra Life Stream Labels v1.0.0.3

27 Oct 02:28
b2afda3

Choose a tag to compare

Fixed merge that left out full donor list and extra spaces after

Initial Release

21 Jul 19:49
d1a30ce

Choose a tag to compare

Initial release of the Extra Life Stream Labels Service.

Extra Life Stream Labels

21 Jun 03:10
c624ae9

Choose a tag to compare

Pre-release

Fixed a bug with displaying donation information if the donor chose to keep the donation amount private.

Extra Life Stream Labels

18 May 02:19
925ab47

Choose a tag to compare

Pre-release

Fixes an issue that would prevent the service from resuming after Windows being suspended

Extra Life Stream Label Service

11 May 03:23

Choose a tag to compare

Pre-release

Fixed several issues.

  1. Added $'s before the total raised and goal values
  2. Fixed the issue where stream label text files were not being fully overwritten
  3. Refactored the service to now only overwrite stream labels if a change is detected in the Participant Data
  4. Added support for the service resuming after the computer has been woken up after a suspend

Extra Life Stream Label Service

08 May 03:52

Choose a tag to compare

Pre-release

Alpha release of the Extra Life Stream Labels service

Begin by unzipping the archive to your local PC.

Modify the ExtraLifeStreamLablesService.exe.config to change the Participant Id, Team Id, and location to store stream label text files.

<appSettings>
    <add key="ParticipantId" value="Your Participant Id Here" />
    <add key="TeamId" value="Your Team Id Here" />
    <add key="StreamLabelOutputPath" value="Your desired path for stream label files" />
  </appSettings>

To install the service, open the command prompt as admin. Navigate to your extracted directory and enter ExtraLifeStreamLabelsService.exe i

To uninstall the service enter ExtraLifeStreamLabelsService.exe u

The service is set to automatic and will start when Windows starts, however if you wish to start it immediately you may either use the Windows Services Manager to start it or use the following command at the command line:

sc Start ExtraLifeStreamLabelService