author
int64
658
755k
date
stringlengths
19
19
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
list
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
331,626
08.09.2021 12:10:19
-7,200
b2beacfe71f2d30e6fd6477ed7126c3195d6ef08
fis sources: add missing `this.sendTallyData()`
[ { "change_type": "MODIFY", "old_path": "src/sources/BlackmagicVideoHub.ts", "new_path": "src/sources/BlackmagicVideoHub.ts", "diff": "@@ -199,6 +199,7 @@ export class EditMeSource extends TallyInput {\nif (inProgram) busses.push(\"program\");\nthis.setBussesForAddress(recheck_sources[i].toString(), ...
JavaScript
MIT License
josephdadams/tallyarbiter
fis sources: add missing `this.sendTallyData()`
331,626
08.09.2021 12:11:08
-7,200
483fab5fee0a76227b0f85d6c08bb8ce00c617c9
migrate Panasonic AV-HS410 source
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -165,33 +165,6 @@ addresses.subscribe(() => {\nUpdateSockets(\"addresses\");\n});\n-var source_types_panasonic = [ // AV-HS410 INPUTS\n- { id: '00', label: 'XPT 1' },\n- { id: '01', label: 'XPT 2' },\n- { ...
JavaScript
MIT License
josephdadams/tallyarbiter
migrate Panasonic AV-HS410 source
331,626
08.09.2021 12:20:27
-7,200
490da7d711838d58fc6069dc0306182a7894c1bc
migrate Roland Smart Tally
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -174,7 +174,7 @@ var bus_options: BusOption[] = [ // the busses available to monitor in Tally Arb\nvar sources: Source[] = []; // the configured tally sources\nvar devices: Device[] = []; // the configured...
JavaScript
MIT License
josephdadams/tallyarbiter
migrate Roland Smart Tally
331,626
08.09.2021 12:29:49
-7,200
8483f043ec7d77152e49c1264e25e06c813c767f
migrate Roland VR source
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -1688,131 +1688,6 @@ function getConfigRedacted(): Config {\nreturn config;\n}\n-function SetUpRolandVR(sourceId) {\n- let source = sources.find( ({ id }) => id === sourceId);\n- let ip = source.data.ip;\n...
JavaScript
MIT License
josephdadams/tallyarbiter
migrate Roland VR source
331,626
08.09.2021 13:23:10
-7,200
11d6e17c39b90f8d74028ec405b2903dfa6a95bb
migrate Ross Carbonite and Graphite sources
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "//Protocol, Network, Socket, Server libraries/variables\nimport net from 'net';\n-import packet from 'packet';\n-import TSLUMD from 'tsl-umd'; // TSL UDP package\nimport dgram from 'dgram';\nimport fs from 'f...
JavaScript
MIT License
josephdadams/tallyarbiter
migrate Ross Carbonite and Graphite sources
331,626
08.09.2021 13:28:24
-7,200
42d1130bde6c95f060e95618cb0350d55a4dada2
migrate OSC source
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -1685,115 +1685,6 @@ function getConfigRedacted(): Config {\nreturn config;\n}\n-function SetUpOSCServer(sourceId) {\n- let source = sources.find( ({ id }) => id === sourceId);\n-\n- try {\n- let sourceCon...
JavaScript
MIT License
josephdadams/tallyarbiter
migrate OSC source
331,626
08.09.2021 13:44:28
-7,200
a9b9c63b6381748d08f9f2de2113a091468d6c8e
migrate AW Livecore source
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -1685,271 +1685,6 @@ function getConfigRedacted(): Config {\nreturn config;\n}\n-function SetUpAWLivecoreServer(sourceId) {\n- let source = sources.find( ({ id }) => id === sourceId);\n- let ip = source.da...
JavaScript
MIT License
josephdadams/tallyarbiter
migrate AW Livecore source
331,626
08.09.2021 13:54:00
-7,200
569e5582a0397ae2dc577be9254a0a5b8bc663ea
centralize connection status logging
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -1606,10 +1606,16 @@ function initializeSource(source: Source): void {\nconsole.log(source)\nthrow Error(`No class found for Source ${source.name} (${source.sourceTypeId})`);\n}\n+ logger(`Source: ${source...
JavaScript
MIT License
josephdadams/tallyarbiter
centralize connection status logging
331,626
08.09.2021 13:56:40
-7,200
4a97e6d400b59a2f5be38a66fec4e64527266bca
add missing `super.exit()`
[ { "change_type": "MODIFY", "old_path": "src/sources/AnalogWayLivecore.ts", "new_path": "src/sources/AnalogWayLivecore.ts", "diff": "@@ -162,6 +162,7 @@ export class AWLivecoreSource extends TallyInput {\npublic exit(): void {\n+ super.exit();\nclearInterval(this.heartbeat_interval);\nthis.client.end...
JavaScript
MIT License
josephdadams/tallyarbiter
add missing `super.exit()`
331,626
08.09.2021 18:16:05
-7,200
946cf57be3a62ab6257b1e72e61c4e2fcea85e46
finalize tsl sources
[ { "change_type": "MODIFY", "old_path": "src/sources/TSL.ts", "new_path": "src/sources/TSL.ts", "diff": "@@ -25,9 +25,14 @@ export class TSL3UDPSource extends TallyInput {\nthis.server = new TSLUMD(port);\nthis.server.on('message', (tally) => {\n- // TODO: Parse tally and call\n- // this.setBussesFor...
JavaScript
MIT License
josephdadams/tallyarbiter
finalize tsl sources
331,626
08.09.2021 18:32:32
-7,200
0221733e535a072c205b3672e41cf8f87c69a8a4
structure settings page into tabs
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "<div class=\"container pt-4\" *ngIf=\"socketService.initialDataLoaded\">\n+ <nav ngbNav #nav=\"ngbNav\" class=\"nav-tabs\"...
JavaScript
MIT License
josephdadams/tallyarbiter
structure settings page into tabs
331,626
08.09.2021 19:24:20
-7,200
05254d74ff1d86d86b845c14210b74ad0684531d
add external address In the merge conflict of the `index.js` will be removed that's why we need to add those changes again
[ { "change_type": "MODIFY", "old_path": "src/_models/Config.ts", "new_path": "src/_models/Config.ts", "diff": "@@ -8,6 +8,7 @@ import { DeviceSource } from \"./DeviceSource\";\nimport { Source } from \"./Source\";\nexport interface Config {\n+ externalAddress: string;\nsecurity: ConfigSecuritySection...
JavaScript
MIT License
josephdadams/tallyarbiter
add external address (#183) In the merge conflict of #204 the `index.js` will be removed that's why we need to add those changes again Co-authored-by @videojedi
331,626
08.09.2021 21:21:40
-7,200
1e88dbc7e81d759c90220f2550c14ebe7a5340ca
add TSL 5 Actions In the merge conflict of the `index.js` will be removed that's why we need to add those changes again
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"socket.io\": \"4.1.2\",\n\"socket.io-client\": \"4.1.2\",\n\"tsl-umd\": \"^1.1.2\",\n+ \"tsl-umd-v5\": \"^1.0.3\",\n\"xml2js\": \"^0.4.23\"\n},\n\"bin\": {\n\"node\": \">= 0.6\"\n}\n},\n+ \"node_m...
JavaScript
MIT License
josephdadams/tallyarbiter
add TSL 5 Actions (#184) In the merge conflict of #204 the `index.js` will be removed that's why we need to add those changes again Co-authored-by @NoahCallaway
331,626
08.09.2021 21:29:48
-7,200
7cbafd76c75a19d0118293f6c89229962d33de68
error reports (802c7b5) In the merge conflict of the `index.js` will be removed that's why we need to add those changes again
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"express\": \"^4.17.1\",\n\"find-package-json\": \"^1.2.0\",\n\"find-remove\": \"^3.1.0\",\n+ \"fs-extra\": \"^10.0.0\",\n\"jquery\": \"^3.6.0\",\n\"jspack\": \"^0.0.4\",\n\"obs-websocket-js\": \"^...
JavaScript
MIT License
josephdadams/tallyarbiter
error reports (802c7b5) In the merge conflict of #204 the `index.js` will be removed that's why we need to add those changes again Co-authored-by @MatteoGheza
331,626
08.09.2021 21:35:13
-7,200
f96d0808ab6845430ebce070761ce6bf83904b78
log using winston In the merge conflict of the `index.js` will be removed that's why we need to add those changes again
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"socket.io-client\": \"4.1.2\",\n\"tsl-umd\": \"^1.1.2\",\n\"tsl-umd-v5\": \"^1.0.3\",\n+ \"winston\": \"^3.3.3\",\n\"xml2js\": \"^0.4.23\"\n},\n\"bin\": {\n\"typescript\": \"^4.3.4\"\n}\n},\n+ \"n...
JavaScript
MIT License
josephdadams/tallyarbiter
log using winston (#197) In the merge conflict of #204 the `index.js` will be removed that's why we need to add those changes again Co-authored-by @MatteoGheza
331,609
08.09.2021 19:37:00
0
48d49d315e28768c4302f3c10cc4fc671b73af8b
Add support for nested scenes in OBS
[ { "change_type": "MODIFY", "old_path": "src/sources/OBS.ts", "new_path": "src/sources/OBS.ts", "diff": "@@ -11,6 +11,7 @@ import { TallyInput } from './_Source';\n])\nexport class OBSSource extends TallyInput {\nprivate obsClient: ObsWebSocket;\n+ private scenes: ObsWebSocket.Scene[] = [];\nconstruc...
JavaScript
MIT License
josephdadams/tallyarbiter
Add support for nested scenes in OBS
331,626
08.09.2021 21:38:34
-7,200
dbdea91cd99fb72b2ec0c336ab60d38db27ba556
improve error reports (f56ff99) In the merge conflict of the `index.js` will be removed that's why we need to add those changes again
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -1759,7 +1759,11 @@ function getConfig(): Config {\n}\nfunction getConfigRedacted(): Config {\n- let config: Config = JSON.parse(fs.readFileSync(getConfigFilePath()).toString());\n+ let config: Config = {}...
JavaScript
MIT License
josephdadams/tallyarbiter
improve error reports (f56ff99) In the merge conflict of #204 the `index.js` will be removed that's why we need to add those changes again Co-authored-by @MatteoGheza
331,626
08.09.2021 22:00:06
-7,200
7c4b43e756350f1591bac5c2b54f5e6cef35f4ce
finalize atem source
[ { "change_type": "MODIFY", "old_path": "src/sources/BlackmagicATEM.ts", "new_path": "src/sources/BlackmagicATEM.ts", "diff": "@@ -75,95 +75,25 @@ export class BlackmagicATEMSource extends TallyInput {\nthis.atemClient.connect(atemIP);\n}\n- private processATEMTally(allPrograms, allPreviews) {\n-\n+ ...
JavaScript
MIT License
josephdadams/tallyarbiter
finalize atem source
331,626
08.09.2021 22:00:34
-7,200
8ebaaa8359467d4f983dc704a1c8e6aad39961a6
fix ATEM source
[ { "change_type": "MODIFY", "old_path": "src/sources/BlackmagicATEM.ts", "new_path": "src/sources/BlackmagicATEM.ts", "diff": "@@ -96,6 +96,7 @@ export class BlackmagicATEMSource extends TallyInput {\nthis.addBusToAddress(address.toString(), \"preview\");\n}\n}\n+ this.sendTallyData();\n}\npublic exi...
JavaScript
MIT License
josephdadams/tallyarbiter
fix ATEM source
331,609
08.09.2021 20:10:14
0
f4687ffdc004dcbd30eecb12442e545e36c92d0d
Fix git.version.js
[ { "change_type": "MODIFY", "old_path": "UI/package.json", "new_path": "UI/package.json", "diff": "\"version\": \"2.0.14\",\n\"scripts\": {\n\"prestart\": \"node git.version.js\",\n- \"prebuild\": \"node git.version.js\",\n+ \"prebuild\": \"node git.version.js; cd .. && npm run redundancyjs\",\n\"ng\...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix git.version.js
331,609
08.09.2021 20:30:52
0
41cc44d6e824b1266da709ff172d3137b12e2339
Fix CodeQL code scanning
[ { "change_type": "MODIFY", "old_path": ".github/workflows/codeql-analysis.yml", "new_path": ".github/workflows/codeql-analysis.yml", "diff": "@@ -34,7 +34,7 @@ jobs:\n- name: Setup Node.js\nuses: actions/setup-node@v1\nwith:\n- node-version: 12\n+ node-version: 14\n- name: Install dependencies\nrun:...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix CodeQL code scanning
331,609
08.09.2021 20:44:02
0
6e6485f8bc9d723d94b4562d066f05f0d21b3c7b
Add rate limit to UI
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -152,6 +152,7 @@ const version = findPackageJson(__dirname).next()?.value?.version || \"unknown\";\n//Rate limiter configurations\nconst maxWrongAttemptsByIPperDay = 100;\nconst maxConsecutiveFailsByUserna...
JavaScript
MIT License
josephdadams/tallyarbiter
Add rate limit to UI
331,609
08.09.2021 20:46:25
0
f3b1f5a552b0b763542ed3a9cd5926488b2b194e
Fix CodeQL code scanning2
[ { "change_type": "MODIFY", "old_path": ".github/workflows/codeql-analysis.yml", "new_path": ".github/workflows/codeql-analysis.yml", "diff": "@@ -70,7 +70,7 @@ jobs:\n- name: Install dependencies and build\nrun: |\nnpm i\n- cd UI; npm run build\n+ npm run build; cd UI; npm run build\n- name: Build a...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix CodeQL code scanning2
331,609
08.09.2021 21:45:38
0
0915918a643938dab8abcff68ca74d531bec9ace
Load OBS initial state
[ { "change_type": "MODIFY", "old_path": "src/sources/OBS.ts", "new_path": "src/sources/OBS.ts", "diff": "@@ -29,10 +29,18 @@ export class OBSSource extends TallyInput {\n}\n});\nthis.saveSceneList();\n+ this.obsClient.send('GetPreviewScene').then((data) => {\n+ this.processSceneChange(data.sources, '...
JavaScript
MIT License
josephdadams/tallyarbiter
Load OBS initial state
331,609
08.09.2021 22:19:50
0
6463ee732ab4523394e32d76dac078effbf47e4f
Add initial state for STREAMING and RECORDING
[ { "change_type": "MODIFY", "old_path": "src/sources/OBS.ts", "new_path": "src/sources/OBS.ts", "diff": "@@ -29,16 +29,33 @@ export class OBSSource extends TallyInput {\n}\n});\nthis.saveSceneList();\n- this.obsClient.send('GetPreviewScene').then((data) => {\n- this.processSceneChange(data.sources, '...
JavaScript
MIT License
josephdadams/tallyarbiter
Add initial state for STREAMING and RECORDING
331,609
08.09.2021 22:25:27
0
f3fa3112bd884668d7d3fe031471f957a0d2817d
Add {{VIRTUALCAM}} address to OBS
[ { "change_type": "MODIFY", "old_path": "src/sources/OBS.ts", "new_path": "src/sources/OBS.ts", "diff": "@@ -43,6 +43,7 @@ export class OBSSource extends TallyInput {\nthis.addAddress('{{STREAMING}}', '{{STREAMING}}');\nthis.addAddress('{{RECORDING}}', '{{RECORDING}}');\n+ this.addAddress('{{VIRTUALC...
JavaScript
MIT License
josephdadams/tallyarbiter
Add {{VIRTUALCAM}} address to OBS
331,609
08.09.2021 22:33:35
0
124cd6b5535a5cb174355c5a4669849dc084c28c
Add {{REPLAY}} address to OBS
[ { "change_type": "MODIFY", "old_path": "src/sources/OBS.ts", "new_path": "src/sources/OBS.ts", "diff": "@@ -32,11 +32,11 @@ export class OBSSource extends TallyInput {\nlet previewScenePromise = this.obsClient.send('GetPreviewScene');\nlet programScenePromise = this.obsClient.send('GetCurrentScene')...
JavaScript
MIT License
josephdadams/tallyarbiter
Add {{REPLAY}} address to OBS
331,626
09.09.2021 09:44:29
-7,200
5dcb6294069ce7c22171928e0bbc92363f9fc841
update buttons to match design
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/error-reports-list/error-reports-list.component.html", "new_path": "UI/src/app/_components/error-reports-list/error-reports-list.component.html", "diff": "<option [value]=\"errorReport.id\" *ngFor=\"let errorReport of socketService.error...
JavaScript
MIT License
josephdadams/tallyarbiter
update buttons to match design
331,626
09.09.2021 10:36:35
-7,200
c190397be21a90c99ca95de57b9e969663f5aac7
use new listener api for web tally
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/tally/tally.component.ts", "new_path": "UI/src/app/_components/tally/tally.component.ts", "diff": "@@ -28,7 +28,13 @@ export class TallyComponent {\nthis.route.params.subscribe((params) => {\nif (params.deviceId) {\nthis.currentDeviceIdx...
JavaScript
MIT License
josephdadams/tallyarbiter
use new listener api for web tally
331,626
09.09.2021 10:46:32
-7,200
abeb7a22df359abdc381a512a140766ac12ce633
only send specific tally data to listener clients
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/tally/tally.component.ts", "new_path": "UI/src/app/_components/tally/tally.component.ts", "diff": "@@ -44,12 +44,11 @@ export class TallyComponent {\ndocument.body.classList.remove('flash');\n}, 500);\n});\n- this.socketService.deviceSta...
JavaScript
MIT License
josephdadams/tallyarbiter
only send specific tally data to listener clients
331,626
09.09.2021 14:23:45
-7,200
5b52de4720192db65c645cd8c705faa1eaa1f80e
support device_source address renaming
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -1193,6 +1193,13 @@ function initializeSource(source: Source): void {\n[source.id]: sourceAddresses,\n});\n});\n+ sourceClient.on(\"renameAddress\", (address: string, newAddress: string) => {\n+ for (const...
JavaScript
MIT License
josephdadams/tallyarbiter
support device_source address renaming
331,609
09.09.2021 19:23:59
-7,200
9a9ed5cbbdabc14dd057352db0b366acd68bd798
Fix listenerclient
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -278,9 +278,9 @@ function initialSetup() {\n}\nlet listenerType = obj.listenerType ? obj.listenerType : 'client';\n- let canBeReassigned = obj.reassign ? obj.reassign : false;\n- let canBeFlashed = obj.fla...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix listenerclient
331,626
12.09.2021 10:45:56
-7,200
3b13c2e4e86a2629b3a406c2ddbeca0088b51a77
move VMix listener into separate class
[ { "change_type": "MODIFY", "old_path": "src/_decorators/UsesPort.decorator.ts", "new_path": "src/_decorators/UsesPort.decorator.ts", "diff": "import 'reflect-metadata';\nimport { TallyInputType } from \"../_types/TallyInputType\";\nimport { PortsInUse } from \"../_globals/PortsInUse\";\n+import { Li...
JavaScript
MIT License
josephdadams/tallyarbiter
move VMix listener into separate class
331,626
12.09.2021 11:02:51
-7,200
154e8162f66c247ed983fdc2708372f0b9c9f76f
fix PortsInUse
[ { "change_type": "MODIFY", "old_path": "src/_decorators/UsesPort.decorator.ts", "new_path": "src/_decorators/UsesPort.decorator.ts", "diff": "@@ -21,6 +21,6 @@ export function UsePort(port: string, sourceId: \"reserved\" | string) {\n}\nexport function FreePort(port: string, sourceId: string) {\n- /...
JavaScript
MIT License
josephdadams/tallyarbiter
fix PortsInUse
331,626
12.09.2021 11:06:28
-7,200
b51d774f778e78b483e08384c52e92fed396c422
change port type from string to number
[ { "change_type": "MODIFY", "old_path": "src/_decorators/UsesPort.decorator.ts", "new_path": "src/_decorators/UsesPort.decorator.ts", "diff": "@@ -3,7 +3,7 @@ import { TallyInputType } from \"../_types/TallyInputType\";\nimport { PortsInUse } from \"../_globals/PortsInUse\";\nimport { ListenerProvide...
JavaScript
MIT License
josephdadams/tallyarbiter
change port type from string to number
331,626
12.09.2021 11:35:58
-7,200
247d21304460db8ff889889b49d4224c2f2fadbc
finalize vMix emulator
[ { "change_type": "MODIFY", "old_path": "src/_modules/VMix.ts", "new_path": "src/_modules/VMix.ts", "diff": "import net from \"net\";\nimport { version } from \"os\";\n-import { EventEmitter } from \"stream\";\nimport { logger } from \"..\";\nimport { UsesPort } from \"../_decorators/UsesPort.decorat...
JavaScript
MIT License
josephdadams/tallyarbiter
finalize vMix emulator
331,626
12.09.2021 11:38:34
-7,200
01dfbca2421d92da21f16441d3fa706274f6dda8
fix tally data not sent to cloud
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -1094,6 +1094,7 @@ function initializeSource(source: Source): void {\ntallyData[device_source.id] = busses;\n}\n}\n+ SendCloudSourceTallyData(source.id, tallyData);\nprocessSourceTallyData(source.id, tally...
JavaScript
MIT License
josephdadams/tallyarbiter
fix tally data not sent to cloud
331,626
12.09.2021 11:53:39
-7,200
701fd4ba7191488802a64e852d661ac3c2321395
mention node and npm requirements in the readme
[ { "change_type": "MODIFY", "old_path": "readme.md", "new_path": "readme.md", "diff": "@@ -9,6 +9,8 @@ All documentation can be found [here](https://josephdadams.github.io/TallyArbite\n## Contributing\nContributions are always welcome. Here's a quick guide on how to setup your local development envir...
JavaScript
MIT License
josephdadams/tallyarbiter
mention node and npm requirements in the readme
331,626
12.09.2021 12:17:55
-7,200
bf857acf577cc071845280c0bfe277e6674b146b
move tsl into separate class
[ { "change_type": "ADD", "old_path": null, "new_path": "src/_modules/TSL.ts", "diff": "+import { GetBusByBusId, logger } from \"..\";\n+import { ListenerProvider } from \"./_ListenerProvider\";\n+import dgram from \"dgram\";\n+import net from \"net\";\n+import { TSLClient } from \"../_models/TSLClien...
JavaScript
MIT License
josephdadams/tallyarbiter
move tsl into separate class
331,626
12.09.2021 13:28:50
-7,200
ca6cebea1b0d75224ad3943d9676b97fda4aa7d2
fix atem tally data flickering
[ { "change_type": "MODIFY", "old_path": "src/sources/BlackmagicATEM.ts", "new_path": "src/sources/BlackmagicATEM.ts", "diff": "@@ -47,12 +47,12 @@ export class BlackmagicATEMSource extends TallyInput {\n});\nthis.atemClient.on('stateChanged', (state, path) => {\n+ const pgmList = [], prvList = [];\nf...
JavaScript
MIT License
josephdadams/tallyarbiter
fix atem tally data flickering
331,626
12.09.2021 13:31:21
-7,200
c70e7ab1563390582c17ab92570fcaaa6af3b5e0
load initial atem state
[ { "change_type": "MODIFY", "old_path": "src/sources/BlackmagicATEM.ts", "new_path": "src/sources/BlackmagicATEM.ts", "diff": "@@ -40,6 +40,9 @@ export class BlackmagicATEMSource extends TallyInput {\nthis.atemClient.on('connected', () => {\nthis.connected.next(true);\n+ const pgmList = [], prvList =...
JavaScript
MIT License
josephdadams/tallyarbiter
load initial atem state
331,626
12.09.2021 13:51:31
-7,200
6a167b9c4fde64401123886b46ddd6ba667a4592
add {{STREAMING}} and {{RECORDING}} for ATEM Minis
[ { "change_type": "MODIFY", "old_path": "src/sources/BlackmagicATEM.ts", "new_path": "src/sources/BlackmagicATEM.ts", "diff": "import { Atem, listVisibleInputs } from 'atem-connection';\n-import { logger } from '..';\n+import { RecordingStatus, StreamingStatus } from 'atem-connection/dist/enums';\nim...
JavaScript
MIT License
josephdadams/tallyarbiter
add {{STREAMING}} and {{RECORDING}} for ATEM Minis
331,609
04.10.2021 19:55:53
-7,200
9f829b35d05a914cd6e53a81a17e58ff2bc376f8
Added internal test mode source
[ { "change_type": "MODIFY", "old_path": "src/sources/InternalTestMode.ts", "new_path": "src/sources/InternalTestMode.ts", "diff": "@@ -2,16 +2,85 @@ import { RegisterTallyInput } from \"../_decorators/RegisterTallyInput.decorator\"\nimport { Source } from '../_models/Source';\nimport { TallyInput } f...
JavaScript
MIT License
josephdadams/tallyarbiter
Added internal test mode source
331,626
05.10.2021 14:51:55
-7,200
c90c94d8f9dce95dbdad53236d491b078adabd1f
respect optional fields when creating sources
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "<div *ngIf=\"currentSourceSelectedTypeIdx !== undefined\">\n<p>{{ socketService.sourceTypes[currentSourceSelectedTypeIdx]....
JavaScript
MIT License
josephdadams/tallyarbiter
respect optional fields when creating sources
331,626
05.10.2021 14:58:47
-7,200
898cbcdb2679b7d8ff23c75cdce933f873ba3b52
move enable test mode button
[ { "change_type": "MODIFY", "old_path": "UI/src/app/_components/settings/settings.component.html", "new_path": "UI/src/app/_components/settings/settings.component.html", "diff": "Sources\n<button class=\"btn btn-outline-success me-2\" (click)=\"addSource(sourceModal)\">\n<i class=\"fas fa-plus\"></i>...
JavaScript
MIT License
josephdadams/tallyarbiter
move enable test mode button
331,626
05.10.2021 15:47:28
-7,200
9407dca205d10648cf0712cb84551a267c92cf99
start and configure test mode automatically
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -56,6 +56,7 @@ import { DeviceState } from './_models/DeviceState';\nimport { VMixEmulator } from './_modules/VMix';\nimport { TSLListenerProvider } from './_modules/TSL';\nimport { ListenerProvider } from...
JavaScript
MIT License
josephdadams/tallyarbiter
start and configure test mode automatically
331,610
05.10.2021 14:59:41
14,400
b3d9278af5d0623fae8e6a5cb722d2bdf1160b3c
Fixed time adjustment to test mode and added cleartallies function
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -938,6 +938,7 @@ function ToggleTestMode(enabled: boolean) {\nsources.splice(i, 1);\nUpdateSockets('sources');\nUpdateCloud('sources');\n+ SaveConfig();\nbreak;\n}\n" }, { "change_type": "MODIFY", ...
JavaScript
MIT License
josephdadams/tallyarbiter
Fixed time adjustment to test mode and added cleartallies function
331,629
10.08.2020 23:08:52
14,400
7247cafd7fc96504d766855811728c818d5cd56a
Delete m5stickc.ino
[ { "change_type": "DELETE", "old_path": "listener_clients/m5stickc/m5stickc.ino", "new_path": null, "diff": "-#include <M5StickC.h>\n-#include <WiFi.h>\n-#include <SocketIoClient.h>\n-#include <Arduino_JSON.h>\n-#include <PinButton.h>\n-\n-/* USER CONFIG VARIABLES\n- * Change the following variables ...
JavaScript
MIT License
josephdadams/tallyarbiter
Delete m5stickc.ino
331,629
10.08.2020 23:11:50
14,400
d240d1ff18ebdd504647bcd6df0492ec5b67617f
Add files via upload initial commit
[ { "change_type": "ADD", "old_path": null, "new_path": "listener_clients/m5stickc/m5stickc.ino", "diff": "+#include <M5StickC.h>\n+#include <WiFi.h>\n+#include <SocketIoClient.h>\n+#include <Arduino_JSON.h>\n+#include <PinButton.h>\n+\n+/* USER CONFIG VARIABLES\n+ * Change the following variables bef...
JavaScript
MIT License
josephdadams/tallyarbiter
Add files via upload initial commit
331,634
23.09.2020 21:41:09
-7,200
64dfee88a87a71432ef51fe63f9db786466397e6
Light up interal led on program
[ { "change_type": "MODIFY", "old_path": "listener_clients/m5stickc/m5stickc.ino", "new_path": "listener_clients/m5stickc/m5stickc.ino", "diff": "@@ -30,6 +30,7 @@ String DeviceId = \"unassigned\";\nString DeviceName = \"Unassigned\";\nbool mode_preview = false;\nbool mode_program = false;\n+const byt...
JavaScript
MIT License
josephdadams/tallyarbiter
Light up interal led on program
331,634
31.10.2020 09:11:03
-3,600
731d9139c2b4be82e0eb70cb64926b1a578e1c73
Make change to led light up
[ { "change_type": "MODIFY", "old_path": "listener_clients/m5stickc/m5stickc.ino", "new_path": "listener_clients/m5stickc/m5stickc.ino", "diff": "@@ -250,11 +250,9 @@ void processTallyData() {\nif (getBusTypeById(JSON.stringify(DeviceStates[i][\"busId\"])) == \"\\\"program\\\"\") {\nif (DeviceStates[i...
JavaScript
MIT License
josephdadams/tallyarbiter
Make change to led light up
331,629
07.01.2021 10:13:14
18,000
d5fd2e59d7bba132e378e81e8bd7e2db717f67a2
adds support for saving state Now the m5 stick will remember the last device it was assigned to! Requires the latest version of Tally Arbiter server.
[ { "change_type": "MODIFY", "old_path": "listener_clients/m5stickc/m5stickc.ino", "new_path": "listener_clients/m5stickc/m5stickc.ino", "diff": "+#define C_PLUS 1 //CHANGE TO 1 IF YOU USE THE M5STICK-C PLUS\n+\n+#if C_PLUS == 1\n+#include <M5StickCPlus.h>\n+#else\n#include <M5StickC.h>\n+#endif\n+\n#...
JavaScript
MIT License
josephdadams/tallyarbiter
adds support for saving state Now the m5 stick will remember the last device it was assigned to! Requires the latest version of Tally Arbiter server.
331,629
07.01.2021 10:14:27
18,000
0a2c562dcc223bf92d60ffac800be4ba6db392de
remove password I have to stop making commits with my passwords in them
[ { "change_type": "MODIFY", "old_path": "listener_clients/m5stickc/m5stickc.ino", "new_path": "listener_clients/m5stickc/m5stickc.ino", "diff": "*/\n//Wifi SSID and password\n-const char * networkSSID = \"RedactedNetworkSSID\";\n-const char * networkPass = \"RedactedNetworkPassword\";\n+const char * ...
JavaScript
MIT License
josephdadams/tallyarbiter
remove password I have to stop making commits with my passwords in them
331,629
10.01.2021 21:27:11
18,000
754168851eda51a803e67a7efa53b1cf330234d9
optimization and cleanup
[ { "change_type": "MODIFY", "old_path": "listener_clients/m5stickc/m5stickc.ino", "new_path": "listener_clients/m5stickc/m5stickc.ino", "diff": "#include <PinButton.h>\n#include <Preferences.h>\n-\n#define GRAY 0x0020 // 8 8 8\n#define GREEN 0x0200 // 0 64 0\n#define RED 0xF800 // 255 0 0\n*/\n//Wifi...
JavaScript
MIT License
josephdadams/tallyarbiter
optimization and cleanup
331,629
14.01.2021 21:18:46
18,000
25425c2fc9844b5cfdef332130335967f367bc9d
bug fixes, adds messaging support Adds support for new messaging tool in Tally Arbiter server
[ { "change_type": "MODIFY", "old_path": "listener_clients/m5stickc/m5stickc.ino", "new_path": "listener_clients/m5stickc/m5stickc.ino", "diff": "*/\n//Wifi SSID and password\n-const char * networkSSID = \"NetworkSSID\";\n-const char * networkPass = \"NetworkPass\";\n+const char * networkSSID = \"MyWi...
JavaScript
MIT License
josephdadams/tallyarbiter
bug fixes, adds messaging support Adds support for new messaging tool in Tally Arbiter server
331,629
14.01.2021 21:19:29
18,000
37b857401ef02f41da49a62876cb37bcf8e36b22
Remove password I never learn
[ { "change_type": "MODIFY", "old_path": "listener_clients/m5stickc/m5stickc.ino", "new_path": "listener_clients/m5stickc/m5stickc.ino", "diff": "*/\n//Wifi SSID and password\n-const char * networkSSID = \"MyWifiSSID\";\n-const char * networkPass = \"MyWifiPass\";\n+const char * networkSSID = \"Networ...
JavaScript
MIT License
josephdadams/tallyarbiter
Remove password I never learn
331,622
21.01.2021 19:27:27
-3,600
f2a8da38d85e03626321c4ecbca30e75e60d8ead
Update m5stickc.ino Added support for preview LED on Pin 26 Changed Preview&Program status (cut bus) to red and both LED's light up, because live is live ;) removed some spaces removed 377 Last Message because it would show up on TallyScreen
[ { "change_type": "MODIFY", "old_path": "listener_clients/m5stickc/m5stickc.ino", "new_path": "listener_clients/m5stickc/m5stickc.ino", "diff": "@@ -41,6 +41,8 @@ PinButton btnM5(37); //the \"M5\" button on the device\nPinButton btnAction(39); //the \"Action\" button on the device\nPreferences prefer...
JavaScript
MIT License
josephdadams/tallyarbiter
Update m5stickc.ino - Added support for preview LED on Pin 26 - Changed Preview&Program status (cut bus) to red and both LED's light up, because live is live ;) - removed some spaces - removed 377 Last Message because it would show up on TallyScreen
331,628
01.09.2020 14:52:00
14,400
ffd0353d8e20ac38ebc98b2652f02176873d72bf
Allowing the app to restart if the socketio cannot connect on startup and reconnect on a disconnect
[ { "change_type": "MODIFY", "old_path": "listener_clients/blink1listener/blink1listener.py", "new_path": "listener_clients/blink1listener/blink1listener.py", "diff": "@@ -164,6 +164,7 @@ except:\nprint('No blink(1) devices found.')\nexit (0)\n+while(1):\ntry:\nsio.connect('http://' + server + ':' + p...
JavaScript
MIT License
josephdadams/tallyarbiter
Allowing the app to restart if the socketio cannot connect on startup and reconnect on a disconnect
331,629
10.01.2021 23:10:51
18,000
98e28fc1aa3a3253356f999ecbbeaf2aea1c103e
socketio doc update
[ { "change_type": "MODIFY", "old_path": "listener_clients/blink1listener/README.md", "new_path": "listener_clients/blink1listener/README.md", "diff": "@@ -47,7 +47,7 @@ These will have to be installed on the Pi in order for the script to function co\n1. In your SSH terminal session, run the following...
JavaScript
MIT License
josephdadams/tallyarbiter
socketio doc update
331,629
05.05.2021 21:21:13
14,400
067b18b60ad7c8b4ce49d7d708e48f6ad6499791
adds debounce function Should help resolve odd colors happening when the blinkt could not process concurrent requests to change colors
[ { "change_type": "MODIFY", "old_path": "listener_clients/pimoroni-blinkt-listener/pimoroni-blinkt-listener.py", "new_path": "listener_clients/pimoroni-blinkt-listener/pimoroni-blinkt-listener.py", "diff": "## Tally Arbiter Pimoroni Blinkt Listener\n+# File name: pimoroni-blinkt-listener.py\n+# Versi...
JavaScript
MIT License
josephdadams/tallyarbiter
adds debounce function Should help resolve odd colors happening when the blinkt could not process concurrent requests to change colors
331,629
02.09.2020 13:14:16
14,400
3c445a06d71de33f00015c6fd2625c98ed05b14d
Allows for reconnect on startup If the server is unavailable, this allows the client to wait and try again until the server becomes available.
[ { "change_type": "MODIFY", "old_path": "listener_clients/gpo-listener/gpo-listener.py", "new_path": "listener_clients/gpo-listener/gpo-listener.py", "diff": "@@ -159,13 +159,22 @@ except IOError:\nprint('Config file could not be located.')\nexit (0)\n+\n+while(1):\ntry:\n- sio.connect('http://' + se...
JavaScript
MIT License
josephdadams/tallyarbiter
Allows for reconnect on startup If the server is unavailable, this allows the client to wait and try again until the server becomes available.
331,629
13.09.2020 13:49:08
14,400
058f1921b642a89dce7b1fdff47e996b278e1737
Remove blink references
[ { "change_type": "MODIFY", "old_path": "listener_clients/gpo-listener/gpo-listener.py", "new_path": "listener_clients/gpo-listener/gpo-listener.py", "diff": "@@ -168,13 +168,10 @@ while(1):\nprint('Attempting to connect to Tally Arbiter server: {}:{}', server_config['ip'], str(server_config['port'])...
JavaScript
MIT License
josephdadams/tallyarbiter
Remove blink references
331,629
10.01.2021 23:09:26
18,000
41c904d2a0d108dbd3e008430da118b17d37af7b
update documentation Specifies a specific socket.io version
[ { "change_type": "MODIFY", "old_path": "listener_clients/gpo-listener/README.md", "new_path": "listener_clients/gpo-listener/README.md", "diff": "@@ -17,7 +17,7 @@ The Tally Arbiter GPO Listener Client uses the following libraries:\nThese will have to be installed on the Pi in order for the script t...
JavaScript
MIT License
josephdadams/tallyarbiter
update documentation Specifies a specific socket.io version
331,610
05.10.2021 16:36:13
14,400
242bd1f9ffd0eca31cedd1918a1cc649ff1e4127
Fixes issue where TEST_<i> device_source was not deleted
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -932,6 +932,7 @@ function ToggleTestMode(enabled: boolean) {\n}\nelse {\n//turn off test mode\n+ removeTestDeviceSource();\nfor (let i = 0; i < sources.length; i++) {\nif (sources[i].id === 'TEST') {\nStop...
JavaScript
MIT License
josephdadams/tallyarbiter
Fixes issue where TEST_<i> device_source was not deleted
331,634
31.10.2020 18:17:11
-3,600
33ed1a2c5a69c0aade433b3880b7e12d797baa89
first push, work in progress
[ { "change_type": "ADD", "old_path": null, "new_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "diff": "+#include <M5Atom.h>\n+#include <WiFi.h>\n+#include <SocketIoClient.h>\n+#include <Arduino_JSON.h>\n+#include <PinButton.h>\n+\n+#include <stdint.h>\n+...
JavaScript
MIT License
josephdadams/tallyarbiter
first push, work in progress
331,616
05.01.2021 22:51:28
-39,600
7b28acb9ba925754b36997fa73bb0ed09981592c
Update tallyarbiter-m5atom.ino Changed the orientation of the numbers so the USB cable comes out the side as opposed to the bottom.
[ { "change_type": "MODIFY", "old_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "new_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "diff": "@@ -72,104 +72,103 @@ int number[18][25] = {{\n0, 0, 0, 0, 0,\n0, 0,...
JavaScript
MIT License
josephdadams/tallyarbiter
Update tallyarbiter-m5atom.ino Changed the orientation of the numbers so the USB cable comes out the side as opposed to the bottom.
331,616
05.01.2021 22:54:51
-39,600
3ca7f7996a20e4f5fb20ece46aaaf16cb4b4f0d2
Update tallyarbiter-m5atom.ino Had to fix the number 10 now that its on its side
[ { "change_type": "MODIFY", "old_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "new_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "diff": "@@ -126,7 +126,7 @@ int number[18][25] = {{\n1, 1, 1, 0, 1,\n0, 0, 0...
JavaScript
MIT License
josephdadams/tallyarbiter
Update tallyarbiter-m5atom.ino Had to fix the number 10 now that its on its side
331,629
06.01.2021 13:18:38
18,000
76492027f2c7839925f91ca43119970e34470a2b
simplifies FSM variable eval Removes switch statement and evaluates FSM variable in a simpler fashion
[ { "change_type": "MODIFY", "old_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "new_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "diff": "@@ -417,83 +417,16 @@ void loop()\nsocket.loop();\nif (M5.Btn.wasPre...
JavaScript
MIT License
josephdadams/tallyarbiter
simplifies FSM variable eval Removes switch statement and evaluates FSM variable in a simpler fashion
331,629
07.01.2021 10:17:01
18,000
6d991ecba965d676adf81760aaa3d30ae1b8544b
Adds support for saving state Now it will remember the last used device Id when reconnecting. Requires the latest version of the Tally Arbiter server.
[ { "change_type": "MODIFY", "old_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "new_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "diff": "#include <PinButton.h>\n#include <stdint.h>\n#include <Arduino.h>\n+...
JavaScript
MIT License
josephdadams/tallyarbiter
Adds support for saving state Now it will remember the last used device Id when reconnecting. Requires the latest version of the Tally Arbiter server.
331,619
05.05.2021 20:53:35
14,400
bd2445cfae88b912b4090a48981f3a1d6a5c99b4
Add installation instructions Installation instruction, typo fix, and add link to online store which ships from US
[ { "change_type": "MODIFY", "old_path": "listener_clients/M5AtomMatrix-listener/README.md", "new_path": "listener_clients/M5AtomMatrix-listener/README.md", "diff": "@@ -3,6 +3,23 @@ This is a Tally Viewer using a M5 Atom Matrix as a TallyArbiter Client.\nThis is my attempt at 'mushing' arduino code.\...
JavaScript
MIT License
josephdadams/tallyarbiter
Add installation instructions Installation instruction, typo fix, and add link to online store which ships from US
331,629
16.05.2021 09:02:16
14,400
ae11cbaf22670805975dac69e5fc58c532278376
add 3D print files for hotshoe mount
[ { "change_type": "ADD", "old_path": "listener_clients/M5AtomMatrix-listener/m5_atom_mount/m5_atom_mount.f3d", "new_path": "listener_clients/M5AtomMatrix-listener/m5_atom_mount/m5_atom_mount.f3d", "diff": "Binary files /dev/null and b/listener_clients/M5AtomMatrix-listener/m5_atom_mount/m5_atom_mount...
JavaScript
MIT License
josephdadams/tallyarbiter
add 3D print files for hotshoe mount
331,609
05.10.2021 21:30:43
0
e3940b929651a2ded0da39cc5ef70dbbd4c7ad3a
Added missing files in relay-listener
[ { "change_type": "DELETE", "old_path": "listener_clients/blink1listener/README.md", "new_path": null, "diff": "-# Tally Arbiter Blink(1) Listener\n-Tally Arbiter Blink(1) Listener was written by Joseph Adams and is distributed under the MIT License.\n-\n-Tally Arbiter Blink(1) Listener is an accesso...
JavaScript
MIT License
josephdadams/tallyarbiter
Added missing files in relay-listener Co-authored-by: Wilts01
331,609
05.10.2021 23:39:05
-7,200
92166d8ddd4619ab681bc60ae0481ada816a48a1
Rename m5stickc-listener
[ { "change_type": "ADD", "old_path": null, "new_path": "listener_clients/TallyArbiter-GPOListener", "diff": "+Subproject commit f21c3005effb372db30946499b32353d069a2f83\n" }, { "change_type": "ADD", "old_path": null, "new_path": "listener_clients/TallyArbiter-M5AtomMatrixListener", ...
JavaScript
MIT License
josephdadams/tallyarbiter
Rename m5stickc-listener
331,609
05.10.2021 21:42:42
0
f99f083f702b050cbd7c8d48f82142010dafdb68
Rename m5stickc-listener and add README
[ { "change_type": "RENAME", "old_path": "listener_clients/m5stickc/README.md", "new_path": "listener_clients/m5stickc-listener/README.md", "diff": "" }, { "change_type": "RENAME", "old_path": "listener_clients/m5stickc/m5stick mount v2.stl", "new_path": "listener_clients/m5stickc-list...
JavaScript
MIT License
josephdadams/tallyarbiter
Rename m5stickc-listener and add README
331,609
06.10.2021 23:08:06
-7,200
3f299ce8805d87189bce4956ab9ae86312d94a00
Update pimoroni blinkt listener to support v3.0.0
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -115,4 +115,6 @@ ui-dist/*\n# don't include any installers\nrelease\n+#listener clients configs\ndeviceid.txt\n+config.ini\n" }, { "change_type": "MODIFY", "old_path": "listener_clients/pimoroni-bl...
JavaScript
MIT License
josephdadams/tallyarbiter
Update pimoroni blinkt listener to support v3.0.0
331,609
06.10.2021 23:41:41
-7,200
bd8dc48610ca50349c21efdb595f6a624a0551ec
Update Blink(1) listener to support v3.0.0
[ { "change_type": "MODIFY", "old_path": "listener_clients/blink1-listener/blink1-listener.py", "new_path": "listener_clients/blink1-listener/blink1-listener.py", "diff": "-## Tally Arbiter Python Listener\n+## Tally Arbiter Blink(1) Listener\n+\n+# File name: blink1-listener.py\n+# Author: Joseph Ada...
JavaScript
MIT License
josephdadams/tallyarbiter
Update Blink(1) listener to support v3.0.0
331,609
07.10.2021 00:29:23
-7,200
a980a9866e059ade0a9d234f7871f8cc0e3edcf2
Update blink1-listener.py
[ { "change_type": "MODIFY", "old_path": "listener_clients/blink1-listener/blink1-listener.py", "new_path": "listener_clients/blink1-listener/blink1-listener.py", "diff": "@@ -203,13 +203,6 @@ def processTallyData():\nbusses_list.sort(key=lambda x: x['priority'])\nexcept:\nreturn\n- #TODO: make this w...
JavaScript
MIT License
josephdadams/tallyarbiter
Update blink1-listener.py
331,609
07.10.2021 16:08:49
-7,200
fa3af6f1d3f90097387f301f1902828209d0ae58
Update GPO listener to support v3.0.0
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -118,3 +118,4 @@ release\n#listener clients configs\ndeviceid.txt\nconfig.ini\n+config_gpo.json\n" }, { "change_type": "RENAME", "old_path": "listener_clients/gpo-listener/config_gpo.json", "ne...
JavaScript
MIT License
josephdadams/tallyarbiter
Update GPO listener to support v3.0.0
331,609
07.10.2021 16:21:33
-7,200
72ba30876a23414e9d799e811102d13bb31b18e9
Update blink1 listener
[ { "change_type": "MODIFY", "old_path": "listener_clients/blink1-listener/blink1-listener.py", "new_path": "listener_clients/blink1-listener/blink1-listener.py", "diff": "@@ -56,6 +56,25 @@ def debug(message = None):\ndebug(args)\n+class Blink1simulator:\n+ def __init__(self):\n+ self.r = 0\n+ self.g...
JavaScript
MIT License
josephdadams/tallyarbiter
Update blink1 listener
331,609
07.10.2021 19:59:55
-7,200
691d03c182d9a85ba6c4bd0600bcbf5389489ed5
Support for internalId in listenerclient
[ { "change_type": "MODIFY", "old_path": "src/_models/ListenerClient.ts", "new_path": "src/_models/ListenerClient.ts", "diff": "@@ -7,6 +7,7 @@ export interface ListenerClient {\ndatetime_connected: number;\ndatetime_inactive?: number;\ndeviceId: string;\n+ internalId: string;\nid: string;\ninactive: ...
JavaScript
MIT License
josephdadams/tallyarbiter
Support for internalId in listenerclient
331,609
07.10.2021 20:40:28
-7,200
e9641d0be77d9d79f3da7c3e0df4e19652634da7
Update docs in source code
[ { "change_type": "MODIFY", "old_path": "src/index.ts", "new_path": "src/index.ts", "diff": "@@ -247,7 +247,7 @@ function initialSetup() {\n/*\nThis is the new listener client API, all clients should connect and send a JSON object with these properties:\ndeviceId\n- internalId (string used internally...
JavaScript
MIT License
josephdadams/tallyarbiter
Update docs in source code
331,609
07.10.2021 21:27:03
-7,200
86d427d05574eb23debcd312fef197df674dfbdd
Fix GPO listener
[ { "change_type": "MODIFY", "old_path": "listener_clients/gpo-listener/gpo-listener.py", "new_path": "listener_clients/gpo-listener/gpo-listener.py", "diff": "@@ -74,8 +74,7 @@ class GPIOsimulator:\nprint('Setting GPIO pin {} to mode {}'.format(pin, mode))\ndef output(self, pin, state):\n- pass\n- #p...
JavaScript
MIT License
josephdadams/tallyarbiter
Fix GPO listener
331,609
10.10.2021 23:52:15
-7,200
8efa7cfb53d6943e1f6eda65505005fc03753061
Updated MDNS support
[ { "change_type": "MODIFY", "old_path": "package-lock.json", "new_path": "package-lock.json", "diff": "\"@types/express\": \"^4.17.13\",\n\"atem-connection\": \"3.0.0-nightly-latest-20210530-132658-16c3cdd.0\",\n\"axios\": \"^0.21.1\",\n+ \"bonjour\": \"^3.5.0\",\n\"electron-updater\": \"^4.3.9\",\n\...
JavaScript
MIT License
josephdadams/tallyarbiter
Updated MDNS support
331,609
11.10.2021 16:01:31
-7,200
c02f12333f72277aae94772a4035e071d868483d
Add uuid and version to Bonjour
[ { "change_type": "MODIFY", "old_path": "src/_helpers/config.ts", "new_path": "src/_helpers/config.ts", "diff": "@@ -4,6 +4,7 @@ import { ConfigTSLClient } from \"../_models/ConfigTSLClient\";\nimport fs from \"fs\";\nimport path from \"path\";\nimport { clone } from \"./clone\";\n+import { uuidv4 } ...
JavaScript
MIT License
josephdadams/tallyarbiter
Add uuid and version to Bonjour
331,609
11.10.2021 19:24:19
-7,200
22f3ca8aa792829b6e11c563431d198c817929c3
Add release notes windows while updating
[ { "change_type": "MODIFY", "old_path": "main.js", "new_path": "main.js", "diff": "@@ -89,8 +89,21 @@ function checkForUpdates() {\nautoUpdater.autoDownload = false;\nautoUpdater.autoInstallOnAppQuit = false;\nautoUpdater.checkForUpdates();\n- autoUpdater.on(\"update-available\", () => {\n- dialog.sh...
JavaScript
MIT License
josephdadams/tallyarbiter
Add release notes windows while updating
331,609
11.10.2021 23:12:04
-7,200
263dfc650b8a76427edfd84a852988edd4433862
Update GPO listener to support MDNS
[ { "change_type": "MODIFY", "old_path": "listener_clients/gpo-listener/config_gpo.json.example", "new_path": "listener_clients/gpo-listener/config_gpo.json.example", "diff": "{\n\"server_config\": {\n\"ip\": \"127.0.0.1\",\n- \"port\": 4455\n+ \"port\": 4455,\n+ \"use_mdns\": true\n},\n\"gpo_groups\"...
JavaScript
MIT License
josephdadams/tallyarbiter
Update GPO listener to support MDNS
331,609
11.10.2021 23:14:34
-7,200
97455a1dd367a02eab11cc7e4ca39b2d91a43eca
Remove state from config_gpo.json.example
[ { "change_type": "MODIFY", "old_path": "listener_clients/gpo-listener/config_gpo.json.example", "new_path": "listener_clients/gpo-listener/config_gpo.json.example", "diff": "\"gpos\": [\n{\n\"pinNumber\": 9,\n- \"busType\": \"preview\",\n- \"state\": false\n+ \"busType\": \"preview\"\n},\n{\n\"pinNu...
JavaScript
MIT License
josephdadams/tallyarbiter
Remove state from config_gpo.json.example
331,609
11.10.2021 23:37:52
-7,200
630a77fc70d96a00c7b41f666c084fff8f606179
Update Blink1 listener to support MDNS
[ { "change_type": "MODIFY", "old_path": "listener_clients/blink1-listener/blink1-listener.py", "new_path": "listener_clients/blink1-listener/blink1-listener.py", "diff": "@@ -11,6 +11,7 @@ import sys\nimport os\nimport time\nfrom uuid import uuid4\n+from zeroconf import ServiceBrowser, Zeroconf\nimpo...
JavaScript
MIT License
josephdadams/tallyarbiter
Update Blink1 listener to support MDNS
331,609
11.10.2021 23:45:10
-7,200
f002ee728e9dbf22a5b57c36f21ffe7f416f58a7
Update Pimoroni Blinkt listener to support MDNS
[ { "change_type": "MODIFY", "old_path": "listener_clients/pimoroni-blinkt-listener/pimoroni-blinkt-listener.py", "new_path": "listener_clients/pimoroni-blinkt-listener/pimoroni-blinkt-listener.py", "diff": "@@ -12,6 +12,7 @@ import sys\nimport os\nimport time\nfrom uuid import uuid4\n+from zeroconf i...
JavaScript
MIT License
josephdadams/tallyarbiter
Update Pimoroni Blinkt listener to support MDNS
331,609
12.10.2021 14:38:04
-7,200
00241b12ee68019aaa21c3914851f5f1db36b06e
update relay listener
[ { "change_type": "MODIFY", "old_path": "listener_clients/relay-listener/config_relays.json.example", "new_path": "listener_clients/relay-listener/config_relays.json.example", "diff": "{\n\"server_config\": {\n\"ip\": \"localhost\",\n- \"port\": 4455\n+ \"port\": 4455,\n+ \"useMDNS\": true\n},\n\"rel...
JavaScript
MIT License
josephdadams/tallyarbiter
update relay listener
331,609
13.10.2021 00:07:20
-7,200
6e1d5490bfcb427c1aad3bf878cc9aed3c727862
Update m5stickc listener (WIP)
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -120,3 +120,7 @@ deviceid.txt\nconfig.ini\nconfig_gpo.json\nconfig_relays.json\n+*.bin\n+*.elf\n+*.hex\n+*.hex.bin\n" }, { "change_type": "ADD", "old_path": null, "new_path": "listener_clients/...
JavaScript
MIT License
josephdadams/tallyarbiter
Update m5stickc listener (WIP) Co-authored-by: Richard Burford <rburford@me.com>
331,609
15.10.2021 00:02:59
-7,200
6713bdaa6a8b0664c95515b1931f43a8d8e77932
Update m5stickc listener
[ { "change_type": "MODIFY", "old_path": "listener_clients/m5stickc-listener/m5stickc-listener.ino", "new_path": "listener_clients/m5stickc-listener/m5stickc-listener.ino", "diff": "#define maxTextSize 5 //larger sourceName text\n-//Device listener number\n-int listenerDeviceNumber = 1;\n-\n-const Str...
JavaScript
MIT License
josephdadams/tallyarbiter
Update m5stickc listener
331,609
15.10.2021 23:27:40
-7,200
be1de17f2567f47ff826583c51a8ff7ed2bbc135
Added more spaghetti code, added some random kernel panic
[ { "change_type": "MODIFY", "old_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "new_path": "listener_clients/M5AtomMatrix-listener/tallyarbiter-m5atom/tallyarbiter-m5atom.ino", "diff": "#include <M5Atom.h>\n#include <WiFi.h>\n-#include <SocketIoClient.h>...
JavaScript
MIT License
josephdadams/tallyarbiter
Added more spaghetti code, added some random kernel panic
331,609
16.10.2021 17:38:26
-7,200
0a80df101be447173e5009aac1eacdfe56d5ee08
Update Electron release notes page
[ { "change_type": "MODIFY", "old_path": "main.js", "new_path": "main.js", "diff": "// This is the electron startup script\n-const { app, BrowserWindow, Tray, Menu, dialog } = require('electron');\n+const { app, BrowserWindow, Tray, Menu, dialog, ipcMain } = require('electron');\nconst { autoUpdater }...
JavaScript
MIT License
josephdadams/tallyarbiter
Update Electron release notes page
331,626
17.10.2021 13:35:55
-7,200
e267ebacd089a6ba1a0d86a589687385951fd0c1
add rest api removal notice
[ { "change_type": "RENAME", "old_path": "docs/docs/developers/own-listener-client.md", "new_path": "docs/docs/developers/01-own-listener-client.md", "diff": "---\n-sidebar-position: 2\n+sidebar-position: 1\n---\n# Creating your own listener client\n" }, { "change_type": "RENAME", "old_pat...
JavaScript
MIT License
josephdadams/tallyarbiter
add rest api removal notice
331,626
17.10.2021 13:51:38
-7,200
6a68835f12a045811014559ad63176cbd6a8b518
add troubleshooting page fixes
[ { "change_type": "ADD", "old_path": null, "new_path": "docs/docs/usage/troubleshooting.md", "diff": "+---\n+sidebar_position: 3\n+---\n+\n+# Troubleshooting\n+If something does not work, please have a look at the <i>Logs</i> first. You can find them on the <i>Settings</i> page in the <i>Logs</i> tab...
JavaScript
MIT License
josephdadams/tallyarbiter
add troubleshooting page fixes #179
331,626
17.10.2021 18:14:34
-7,200
1be3509102cee2cae13c59459a3d1b4ddc486532
show outdated browser info fixes
[ { "change_type": "MODIFY", "old_path": "UI/src/index.html", "new_path": "UI/src/index.html", "diff": "<body>\n<app-root></app-root>\n<noscript>Please enable JavaScript to continue using this application.</noscript>\n+ <script>\n+ var $buoop = {required:{e:89,f:88,o:78,s:13,c:90},insecure:true,api:20...
JavaScript
MIT License
josephdadams/tallyarbiter
show outdated browser info fixes #116
331,609
17.10.2021 22:48:10
-7,200
19fb365354b1b0a9fa11aef4e931601f6b373a47
Added UDP action
[ { "change_type": "ADD", "old_path": null, "new_path": "src/actions/UDP.ts", "diff": "+import { logger } from \"..\";\n+import { RegisterAction } from \"../_decorators/RegisterAction\";\n+import { Action } from \"./_Action\";\n+import dgram from 'dgram';\n+\n+@RegisterAction(\"79e3ce28\", \"Generic U...
JavaScript
MIT License
josephdadams/tallyarbiter
Added UDP action Co-authored-by: Richard Burford <rburford@me.com>
331,609
18.10.2021 22:34:05
-7,200
71a27fcc12d604d8740e63118685ef14db8bb672
Move theme selector to a custom component
[ { "change_type": "ADD", "old_path": null, "new_path": "UI/src/app/_components/theme-selector/theme-selector.component.html", "diff": "+<!-- Thanks to @Clashsoft ng-bootstrap-darkmode https://github.com/Clashsoft/ng-bootstrap-darkmode/blob/master/projects/ng-bootstrap-darkmode/src/lib/theme-switch/th...
JavaScript
MIT License
josephdadams/tallyarbiter
Move theme selector to a custom component
331,610
18.10.2021 18:26:33
14,400
764cfc6d5012a084a4135558e40d6af5410a560d
Adds basic sentry error logging
[ { "change_type": "MODIFY", "old_path": "main.js", "new_path": "main.js", "diff": "// This is the electron startup script\nconst { app, BrowserWindow, Tray, Menu, dialog, ipcMain } = require('electron');\n+const Sentry = require(\"@sentry/node\");\n+const Tracing = require(\"@sentry/tracing\");\ncons...
JavaScript
MIT License
josephdadams/tallyarbiter
Adds basic sentry error logging