ScriptDeck icon indicating copy to clipboard operation
ScriptDeck copied to clipboard

PowerShell Tools for Elgato StreamDeck

Results 60 ScriptDeck issues
Sort by recently updated
recently updated
newest added

https://developer.elgato.com/documentation/stream-deck/sdk/events-sent/#setfeedback

enhancement

They need to be gone for the plugin to build, and if they are gone forever that is not desired.

bug

It should be looking for a .sdPlugin file. It is currently looking for a .streamDeckPlugin file.

bug

Since ScriptDeck helps create plugins, it should be easily transpiled with PipeScript.

Resolution

There's more than one "Deck" on the market. StreamDeck and LoupeDeck both offer similar functionality: each allows for external devices to control a computer. As a high-level brand, ScriptDeck should...

enhancement

If Receive-StreamDeck is not running in a job, this just generates a lot of event subscribers with little benefit.

enhancement

It would be great to be able to use ScriptDeck to write a plugin entirely in PowerShell.

enhancement

The plugin is currently broken due to actionSid not matching the listeners. Also updated the distribution zips because the old link broke. Had to use a mirror because the Elgato...

ScriptDeck will not start a PowerShell Script if the script resides in a folder with a hyphen and spaces Eg. C:\temp - work\myscript.ps1