You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just use the OS/Run Command action
Its what i do when the main plugin doesn't have what i need.
The best part is i can make SC run a bash script.
I have a script that allows me to toggle a set of sources i have in every scene. That way i can turn on and off my elevator music with one button instead of a button for each scene.
I can even use commandName.sh arg1 arg2 &> lastButton.log to pipe the output (incl errors) of said script to a log file.
I can also use commandName.sh arg1 arg2 > buttonOutput.log to pipe the scripts standard output to a text file. its extremely useful, as i can then use said text file in an OBS text source... great for a push button counter or something.
Pretty simple, theres a new and advance Elgato Stream Deck application currently being worked on for linux which support plugins,
https://github.com/StreamController/StreamController
Would be cool if you could create a plugin for it, theres already an OBS plugin but it is very minimal and lacks a lot fo features
The text was updated successfully, but these errors were encountered: