essential-actions

Clone or download

Modified Files

Name
M .gitignore +1 −0 Go to diff View file
A Dependencies/Java-Twirk-0.6.3.jar Binary file Go to diff View file
A Dependencies/jetty-client-9.4.35.v20201120.jar Binary file Go to diff View file
A Dependencies/jetty-http-9.4.35.v20201120.jar Binary file Go to diff View file
A Dependencies/jetty-io-9.4.35.v20201120.jar Binary file Go to diff View file
A Dependencies/jetty-util-9.4.35.v20201120.jar Binary file Go to diff View file
A Dependencies/obs-websocket-java-1.2.0.jar Binary file Go to diff View file
A Dependencies/slf4j-api-1.7.30.jar Binary file Go to diff View file
A Dependencies/slf4j-simple-1.7.30.jar Binary file Go to diff View file
A Dependencies/twitter4j-core-4.0.7.jar Binary file Go to diff View file
A Dependencies/websocket-api-9.4.35.v20201120.jar Binary file Go to diff View file
A Dependencies/websocket-client-9.4.35.v20201120.jar Binary file Go to diff View file
A Dependencies/websocket-common-9.4.35.v20201120.jar Binary file Go to diff View file
M README.md +7 −44 Go to diff View file
M build.sh +72 −64 Go to diff View file
A documentopen/.gitignore +9 −0 Go to diff View file
A documentopen/LICENSE +674 −0 Go to diff View file
A documentopen/pom.xml +89 −0 Go to diff View file
A documentopen/src/main/java/com/stream_pi/documentopen/DocumentOpen.java +73 −0 Go to diff View file
A documentopen/src/main/java/module-info.java +9 −0 Go to diff View file
M hotkeyaction/README.md +12 −10 Go to diff View file
M hotkeyaction/pom.xml +2 −2 Go to diff View file
M hotkeyaction/src/main/java/com/stream_pi/hotkeyaction/HotkeyAction.java +57 −13 Go to diff View file
M hotkeyaction/src/main/java/module-info.java +1 −1 Go to diff View file
M mediakeyaction/src/main/java/com/stream_pi/mediakeyaction/MediaKeyAction.java +1 −3 Go to diff View file
M mediakeyaction/src/main/java/module-info.java +1 −1 Go to diff View file
M obssuite/mother/pom.xml +2 −2 Go to diff View file
M obssuite/mother/src/main/java/module-info.java +1 −1 Go to diff View file
M obssuite/mother/src/main/java/mother/Mother.java +17 −14 Go to diff View file
M obssuite/mother/src/main/java/mother/OBSActionConnectionTask.java +23 −6 Go to diff View file
M obssuite/mother/src/main/java/mother/motherconnection/MotherConnection.java +44 −13 Go to diff View file
M obssuite/setcurrentprofile/pom.xml +1 −1 Go to diff View file
M obssuite/setcurrentprofile/src/main/java/module-info.java +1 −1 Go to diff View file
M obssuite/setcurrentprofile/src/main/java/setcurrentprofile/SetCurrentProfile.java +1 −1 Go to diff View file
M obssuite/setcurrentscene/pom.xml +2 −2 Go to diff View file
M obssuite/setcurrentscene/src/main/java/module-info.java +1 −1 Go to diff View file
M obssuite/setcurrentscene/src/main/java/setcurrentscene/SetCurrentScene.java +1 −1 Go to diff View file
M obssuite/setcurrenttransition/pom.xml +1 −2 Go to diff View file
M obssuite/setcurrenttransition/src/main/java/module-info.java +1 −1 Go to diff View file
M obssuite/setcurrenttransition/src/main/java/setcurrenttransition/SetCurrentTransition.java +1 −1 Go to diff View file
M obssuite/setmute/pom.xml +1 −2 Go to diff View file
M obssuite/setmute/src/main/java/module-info.java +1 −1 Go to diff View file
M obssuite/setmute/src/main/java/setmute/SetMute.java +1 −1 Go to diff View file
M obssuite/setpreviewscene/pom.xml +1 −2 Go to diff View file
M obssuite/setpreviewscene/src/main/java/module-info.java +1 −1 Go to diff View file
M obssuite/setpreviewscene/src/main/java/setpreviewscene/SetPreviewScene.java +1 −1 Go to diff View file
M obssuite/setrecording/pom.xml +1 −2 Go to diff View file
M obssuite/setrecording/src/main/java/module-info.java +1 −1 Go to diff View file
M obssuite/setrecording/src/main/java/setrecording/SetRecording.java +1 −1 Go to diff View file
M obssuite/setreplaybuffer/pom.xml +1 −2 Go to diff View file
M obssuite/setreplaybuffer/src/main/java/module-info.java +1 −1 Go to diff View file
M obssuite/setreplaybuffer/src/main/java/setreplaybuffer/SetReplayBuffer.java +3 −2 Go to diff View file
M obssuite/setstreaming/pom.xml +1 −2 Go to diff View file
M obssuite/setstreaming/src/main/java/module-info.java +1 −1 Go to diff View file
M obssuite/setstreaming/src/main/java/setstreaming/SetStreaming.java +1 −1 Go to diff View file
M obssuite/setstudiomode/pom.xml +1 −2 Go to diff View file
M obssuite/setstudiomode/src/main/java/SetStudioMode/SetStudioMode.java +1 −1 Go to diff View file
M obssuite/setstudiomode/src/main/java/module-info.java +1 −1 Go to diff View file
M obssuite/setvolume/pom.xml +1 −2 Go to diff View file
M obssuite/setvolume/src/main/java/module-info.java +1 −1 Go to diff View file
M obssuite/setvolume/src/main/java/setvolume/SetVolume.java +1 −1 Go to diff View file
M playaudioclipaction/pom.xml +1 −1 Go to diff View file
M playaudioclipaction/src/main/java/com/stream_pi/playaudioclipaction/PlayAudioClipAction.java +70 −15 Go to diff View file
M playaudioclipaction/src/main/java/module-info.java +1 −1 Go to diff View file
M runcommandaction/src/main/java/com/stream_pi/runcommandaction/RunCommandAction.java +1 −1 Go to diff View file
M runcommandaction/src/main/java/module-info.java +1 −1 Go to diff View file
M textblockaction/src/main/java/com/stream_pi/textblockaction/TextBlockAction.java +1 −1 Go to diff View file
M textblockaction/src/main/java/module-info.java +1 −1 Go to diff View file
A twitch/README.md +39 −0 Go to diff View file
M twitch/add-stream-marker/pom.xml +2 −2 Go to diff View file
M twitch/add-stream-marker/src/main/java/addstreammarker/AddStreamMarkerAction.java +1 −1 Go to diff View file
M twitch/add-stream-marker/src/main/java/module-info.java +1 −1 Go to diff View file
M twitch/clear-chat/pom.xml +2 −2 Go to diff View file
M twitch/clear-chat/src/main/java/clearchat/ClearChatAction.java +5 −3 Go to diff View file
M twitch/clear-chat/src/main/java/module-info.java +1 −1 Go to diff View file
M twitch/host-channel/pom.xml +2 −2 Go to diff View file
M twitch/host-channel/src/main/java/hostchannel/HostChannelAction.java +1 −1 Go to diff View file
M twitch/host-channel/src/main/java/module-info.java +1 −1 Go to diff View file
M twitch/raid-channel/pom.xml +2 −2 Go to diff View file
M twitch/raid-channel/src/main/java/module-info.java +1 −1 Go to diff View file
M twitch/raid-channel/src/main/java/raidchannel/RaidChannelAction.java +1 −1 Go to diff View file
M twitch/send-channel-msg/pom.xml +2 −2 Go to diff View file
M twitch/send-channel-msg/src/main/java/module-info.java +1 −1 Go to diff View file
M twitch/send-channel-msg/src/main/java/sendchannelmsg/SendChannelMessageAction.java +1 −1 Go to diff View file
M twitch/set-color/pom.xml +2 −2 Go to diff View file
M twitch/set-color/src/main/java/module-info.java +1 −1 Go to diff View file
M twitch/set-color/src/main/java/setcolor/SetColorAction.java +1 −1 Go to diff View file
M twitch/start-commercial/pom.xml +2 −2 Go to diff View file
M twitch/start-commercial/src/main/java/module-info.java +1 −1 Go to diff View file
M twitch/start-commercial/src/main/java/startcommercial/StartCommercialAction.java +1 −1 Go to diff View file
M twitch/twitch-chat-connect/src/main/java/connect/TwitchChatConnectAction.java +5 −3 Go to diff View file
M twitch/twitch-chat-connect/src/main/java/module-info.java +1 −1 Go to diff View file
M twitch/unhost/pom.xml +2 −2 Go to diff View file
M twitch/unhost/src/main/java/module-info.java +1 −1 Go to diff View file
M twitch/unhost/src/main/java/unhost/UnhostAction.java +1 −1 Go to diff View file
M twitch/unraid/pom.xml +2 −2 Go to diff View file
M twitch/unraid/src/main/java/module-info.java +1 −1 Go to diff View file
M twitch/unraid/src/main/java/unraid/UnraidAction.java +1 −1 Go to diff View file
M twitch/whisper/pom.xml +2 −2 Go to diff View file
M twitch/whisper/src/main/java/module-info.java +1 −1 Go to diff View file
M twitch/whisper/src/main/java/whisper/WhisperAction.java +1 −1 Go to diff View file
M twitteraction/src/main/java/com/stream_pi/twitteraction/TwitterAction.java +4 −2 Go to diff View file
M twitteraction/src/main/java/module-info.java +1 −1 Go to diff View file