-
Notifications
You must be signed in to change notification settings - Fork 24
feat: kairos connection SOFIE-4032 #390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 22 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
84b7bda
feat: basic kairos device
Julusian 31064c4
wip: update lib
Julusian 5e90e92
feat: add clip player support
nytamin ef6f712
feat: add some tsr-actions
nytamin ff22ff6
feat: add list-actions to kairos device
nytamin f5571a9
Merge branch 'feat/kairos-connection-media-players' into feat/kairos-…
nytamin 5fe9186
chore: doc & refactoring
nytamin 1882633
feat: implement "still-player" ie "imageStore"
nytamin fa11e35
chore(kairos): update actions
nytamin 663605a
chore: update kairos-connection dep
nytamin f546704
Merge branch 'release53' into feat/kairos-connection
Julusian 29b72c3
fix: update kairos lib
Julusian d81fd8a
chore: fix kairos-lib import warnings
Julusian 75f832d
fix(kairos): support fire-and-forget of SceneSnapshotRecall
nytamin e6fc475
chore: update kairos lib
Julusian c6d8be9
chore: update kairos-connection dep
nytamin 9509c49
fix(kairos): if theres an Error when using a still/ramrec, try to LOA…
nytamin f5d2f5a
fix: load in RAM.
nytamin e206c16
chore: fix unit test
nytamin d353e07
fix: avoid cyclical import
Julusian b2d7527
fix: kairos media player support
Julusian 450c7c5
fix: kairos clip lookaheads are paused with correct seek
Julusian 24c78cd
Merge branch 'release53' into feat/kairos-connection
Julusian d60386e
chore: review comments
Julusian abf81eb
Merge branch 'upstream/release53' into feat/kairos-connection
nytamin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -53,7 +53,7 @@ | |
| "ts-jest": "^29.2.4", | ||
| "ts-node": "^8.10.2", | ||
| "typedoc": "^0.23.28", | ||
| "typescript": "~4.9.5" | ||
| "typescript": "~5.1" | ||
| }, | ||
| "prettier": "@sofie-automation/code-standard-preset/.prettierrc.json", | ||
| "packageManager": "[email protected]" | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,15 @@ | ||
| { | ||
| "extends": "../../node_modules/@sofie-automation/code-standard-preset/eslint/main" | ||
| "extends": "../../node_modules/@sofie-automation/code-standard-preset/eslint/main", | ||
| "overrides": [ | ||
| { | ||
| "files": ["*.ts"], | ||
| "rules": { | ||
| "node/no-missing-import": ["error", { | ||
| // Temporary issue, likely because the `node` plugin is rather outdated and doesnt correctly handle `exports` field in package.json | ||
| // This will go away once the code-standard-preset is updated to a newer version | ||
| "allowModules": ["kairos-lib"] | ||
| }] | ||
| } | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -83,6 +83,7 @@ | |
| "production" | ||
| ], | ||
| "dependencies": { | ||
| "kairos-lib": "0.2.3", | ||
| "tslib": "^2.6.3" | ||
| }, | ||
| "publishConfig": { | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.