Releases: mkniller/ExtraLifeStreamLabels
Extra Life Stream Labels
Extra Life Stream Labels v1.0.0.3
Fixed merge that left out full donor list and extra spaces after
Initial Release
Initial release of the Extra Life Stream Labels Service.
Extra Life Stream Labels
Fixed a bug with displaying donation information if the donor chose to keep the donation amount private.
Extra Life Stream Labels
Fixes an issue that would prevent the service from resuming after Windows being suspended
Extra Life Stream Label Service
Fixed several issues.
- Added $'s before the total raised and goal values
- Fixed the issue where stream label text files were not being fully overwritten
- Refactored the service to now only overwrite stream labels if a change is detected in the Participant Data
- Added support for the service resuming after the computer has been woken up after a suspend
Extra Life Stream Label Service
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