diff --git a/README.md b/README.md index 9d42121..9aa7e21 100644 --- a/README.md +++ b/README.md @@ -15,3 +15,26 @@ Which should yield you:  From: https://streamdecklabs.com/debugging-your-javascript-plugin/ + +# Packaging + +Elgato provides a CLI packaging tool. The files are just zipfiles, but the tool does some validation before packaging it all up. + +[https://docs.elgato.com/sdk/plugins/packaging] + +``` +$ DistributionTool -b -i co.meldstudio.streamdeck.sdPlugin -o ./ +``` + +This outputs a file `co.meldstudio.streamdeck.streamDeckPlugin` which is the file we upload to S3 and link with our publish request. +The CloudFront cache for the file should be invalidated after uploading to ensure that the Elgato crew downloads the correct plugin file. + +Publish request should be sent to `streamdeck.elgato@corsair.com` with the following information: + +* Download: https://packages.streamwithmeld.com/co.meldstudio.streamdeck.streamDeckPlugin +* User: Meld Studio, Inc. +* Release Notes: _What changed with the new version of your plugin? (features/bug fixes)_ +* Support: hi@meldstudio.co +* Category: Video + +Include the content from `co.meldstudio.streamdeck.streamDeckPlugin/README.md` in the email including the plugin and plugin 2x icons so that our store entry gets updated with all the desired information. \ No newline at end of file diff --git a/co.meldstudio.streamdeck.sdPlugin/README.md b/co.meldstudio.streamdeck.sdPlugin/README.md index 5b3bd06..b483613 100644 --- a/co.meldstudio.streamdeck.sdPlugin/README.md +++ b/co.meldstudio.streamdeck.sdPlugin/README.md @@ -4,16 +4,16 @@ Meld Studio π Stream Deck. Take your stream to new heights with powerful new capabilities at your fingertips. Trigger transitions, manage audio tracks, toggle filter effects on and off, and much more. 1. **Now you see me, now you donβt**: Things getting weird on the cat-cam? Quickly toggle visibility on any layer. -2. **What the \*\*\*\*\*?** Mute your microphone in a millisecond. -3. **End your 24 hour streamathon with a bang.** Or just press the button to go offline. -4. **Want to post your victorious boss battle (and not the 13 times you died trying)?** Start and stop recordings at the touch of a button - as many as you want. +2. **What the \*\*\*\*\*?** Mute your microphone in a millisecond or precision adjust your audio inputs using the StreamDeck+. +4. **End your 24 hour streamathon with a bang.** Or just press the button to go offline. +5. **Want to post your victorious boss battle (and not the 13 times you died trying)?** Start and stop recordings or take a screenshot with the touch of a button - as many as you want. And we're not done yet! We are continually working to bring you even more capabilities for this integration, so stay tuned for updates and new features. ## What's New -Version 0.2.0 -Now you can fine-tune your audio levels in Meld Studio using your StreamDeck+. +Version 0.3.0 +Now you can take screenshots for thumbnails at the touch of a button. ## Helpful Links @@ -34,6 +34,12 @@ hi@meldstudio.co # Change History: ------------ +## 2023-09-01 (v0.3.0) +### Changes: +----------- +- Added support for taking screenshots in MeldStudio with the StreamDeck. + + ## 2023-05-31 (v0.2.0) ### Changes: ----------- diff --git a/co.meldstudio.streamdeck.sdPlugin/actions/screenshot/inspector.html b/co.meldstudio.streamdeck.sdPlugin/actions/screenshot/inspector.html new file mode 100644 index 0000000..2321e7c --- /dev/null +++ b/co.meldstudio.streamdeck.sdPlugin/actions/screenshot/inspector.html @@ -0,0 +1,25 @@ + + + +
+ +