|
1 | 1 | obs-powershell-websocket-commands
|
2 | 2 | ---------------------------------
|
3 | 3 |
|
4 |
| - |
5 |
| -|LogPipelineExecutionDetails|Name |Path |ImplementingAssembly |Definition |
6 |
| - |Description |Guid |HelpInfoUri |ModuleBase|PrivateData|ExperimentalFeatures|Tags|ProjectUri |IconUri |LicenseUri |
7 |
| - |
8 |
| - |ReleaseNotes|RepositorySourceLocation|Version |
9 |
| - |ModuleType|Author |AccessMode |ClrVersion |CompanyName |Copyright |DotNetFrameworkVersion|ExportedFunctions|Prefix |ExportedCmdlets |ExportedCommands |FileList |CompatiblePSEditions |ModuleList |NestedModules |PowerShellHostName |PowerShellHostVersion|PowerShellVersion|ProcessorArchitecture|Scripts|RequiredAssemblies|RequiredModules|RootModule|ExportedVariables|ExportedAliases|Expor |
10 |
| -tedDscResources|SessionState|OnRemove|ExportedFormatFiles|ExportedTypeFiles| |
11 |
| -|---------------------------|--------------|-------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------- |
12 |
| ------|------------------------------------|-----------------------------------------------|----------------------------|----------|-----------|--------------------|----|-------------------------------------------------|-------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
13 |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
14 |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------|------------------------|------------- |
15 |
| --|----------|----------------|--------------------------|------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|----------------------|-----------------|---------|-------------------|----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|-----------------------------------------|--------------------------------------------------------------------|----------------------------------------------------------------------------|---------------------------------------------------------------------------|---------------------|-----------------|---------------------|-------|------------------|---------------|----------|-----------------|---------------|----- |
16 |
| ----------------|------------|--------|-------------------|-----------------| |
17 |
| -|False |obs-powershell|/home/runner/work/obs-powershell/obs-powershell/obs-powershell.psm1|:ToIncludeFiles foreach ($file in (Get-ChildItem -Path "$PSScriptRoot" -Filter "*-*.ps1" -Recurse)) {<br/> if ($file.Extension -ne '.ps1') { continue } # Skip if the extension is not .ps1<br/> foreach ($exclusion in '\.[^\.]+\.ps1$') {<br/> if (-not $exclusion) { continue }<br/> if ($file.Name -match $exclusion) {<br/> continue ToIncludeFiles # Skip excluded files<br/> }<br/> } <br/> . $file.FullName<br/>}<br/><br/>$MyInvocation.MyCommand.ScriptBlock.Module.OnRemove = {<br/> Get-OBSEffect \| Stop-OBSEffect<br/> Disconnect-OBS<br/>}<br/><br/>foreach ($noun in 'Streaming','Recording') {<br/> foreach ($verb in 'Start', 'Stop') {<br/> Set-Alias "$verb-$noun" "$verb-OBS$($noun -replace 'ing')" <br/> }<br/>}<br/><br/>Connect-OBS<br/><br/>$MyInvocation.MyCommand.ScriptBlock.Module \| Import-OBSEffect<br/>|Script OBS with Power |
18 |
| -Shell|1417123e-a932-439f-9b68-a7313cf1e170|/home/runner/work/obs-powershell/obs-powershell|System.Collections.Hashtable|PowerShell|OBS |PowerShell |OBS |https://github.com/StartAutomating/obs-powershell|https://github.com/StartAutomating/obs-powershell/blob/main/LICENSE|## obs-powershell 0.1.7:<br/><br/>* New Commands:<br/> * Show-OBS (Fixes #66)<br/> * Hide-OBS (Fixes #67)<br/> * Remove-OBS (Fixes #68)<br/><br/>* Adding -Force to Add-OBS*Source commands (Fixes #69)<br/>* Add-OBS*Source Commands: Supporting -SceneItemEnabled (Fixes #70)<br/>* Add-OBSMediaSource, adding -FitToScreen (Fixes #71)<br/><br/>---<br/><br/>## obs-powershell 0.1.6:<br/><br/>* Adding OBS.SceneItem .Scale (Fixes #64)<br/>* OBS.SceneItem .FitToScreen, adjusting .Scale (Fixes #63)<br/>* Add-OBSMediaSource: Fixing -InputSettings / -SceneItemEnabled (Fixes #62)<br/><br/>---<br/><br/>## obs-powershell 0.1.5:<br/><br/>* Adding OBS.SceneItem .Animate (Fixes #59)<br/><br/><br/>---<br/><br/>## obs-powershell 0.1.4:<br/><br/>* |
19 |
| - Adding Add-OBSColorSource (Fixes #51) <br/>* Save-OBSSourceScreenShot:<br/> * Attaching .InputName, .SourceName, .ImageWidth, .ImageHeight to output (Fixes #50)<br/> * Now returns a file (Fixes #49)<br/>* -Path parameters now attempt to resolve to an absolute path (Fixes #48)<br/>* All scene items can now:<br/> * Blend() / get .BlendMode (Fixes #53)<br/> * FitToScreen() (Fixes #46)<br/> * Crop() (Fixes #57)<br/> * Rotate() (Fixes #35)<br/>* Color Sources can now .SetColor (Fixes #55)<br/><br/>---<br/><br/>## obs-powershell 0.1.3:<br/><br/>* Requiring ThreadJob Module (Thanks @nyanhp!) (Fixes #36)<br/>* Fixing Add-OBSBrowserSource (Fixes #34)<br/>* Improving Batch Processing Capabilities (Fixes #38)<br/>* Requiring PowerShell Version 7<br/><br/>---<br/><br/>## obs-powershell 0.1.2:<br/><br/>* New Commands<br/> * Add-OBSBrowserSource (Fixes #24)<br/> * Add-OBSDisplaySource (Fixes #25)<br/> * Add-OBSMediaSource (Fixes #28)<br/> * Clear-OBSScene (Fixes #27)<br/>* New Methods<br/> * OBS.GetSceneListRe |
20 |
| -sponse:<br/> * .Remove()/.Delete() (Fixes #26)<br/> * .Lock()/.Unlock() (Fixes #32)<br/>* General Improvements<br/> * Standardizing Parameter Naming (Fixes #30) <br/> * Using GUIDs for RequestIDs (Fixes #29)<br/> * Updated logo (Fixes #23)<br/> <br/>---<br/><br/>## obs-powershell 0.1.1:<br/><br/>* Connect-OBS now caches connections (Fixes #18)<br/>* Adding new core commands:<br/> * Watch-OBS (Fixes #19)<br/> * Receive-OBS (Fixes #20)<br/> * Send-OBS (Fixes #21)<br/>* All commands now support -PassThru (Fixes #16)<br/>* All commands now increment requests correctly (Fixes #15)<br/>* Improved formatting:<br/> * Get-OBSScene (Fixes #14)<br/> * Get-OBSSceneItem (Fixes #17)<br/><br/>---<br/> <br/>## obs-powershell 0.1:<br/><br/>Initial Release of obs-powershell<br/><br/>* Connect-OBS/Disconnect-OBS let you connect and disconnect.<br/>* Commands exist for every request in the websocket.<br/>* OBS Events are broadcast to the the runspace.|0.1.7 |Script |James Brundag |
21 |
| -e|ReadWrite |Start-Automating|2022-2023 Start-Automating|System.Collections.Generic.Dictionary`2[System.String,System.Management.Automation.FunctionInfo]|System.Collections.Generic.Dictionary`2[System.String,System.Management.Automation.CmdletInfo]|System.Collections.Generic.Dictionary`2[System.String,System.Management.Automation.CommandInfo]|7.0 |None |ThreadJob|obs-powershell.psm1|System.Collections.Generic.Dictionary`2[System.String,System.Management.Automation.PSVariable]|System.Collections.Generic.Dictionary`2[System.String,System.Management.Automation.AliasInfo]|System.Management.Automation.SessionState|<br/> Get-OBSEffect \| Stop-OBSEffect<br/> Disconnect-OBS<br/>|/home/runner/work/obs-powershell/obs-powershell/obs-powershell.format.ps1xml|/home/runner/work/obs-powershell/obs-powershell/obs-powershell.types.ps1xml| |
22 |
| - |
23 |
| - |
24 |
| - |
25 | 4 | Many of the commands communicate directly with [obs-websocket](https://github.com/obsproject/obs-websocket)
|
26 | 5 | and are are generated by [PipeScript](https://github.com/StartAutomating/PipeScript).
|
27 | 6 |
|
|
0 commit comments