companion icon indicating copy to clipboard operation
companion copied to clipboard

[NEW MODULE] PimpMyLive

Open vdmlaurent opened this issue 1 month ago • 0 comments

Is this a feature relevant to companion itself, and not a module?

  • [X] I believe this to be a feature for companion, not a module

Is there an existing issue for this?

  • [X] I have searched the existing issues

Describe the feature

Hello,

I've developed a new module for creating presets that send instructions via WebSockets and make HTTP requests to fetch corresponding images. These images are then converted to PNG64 and used as button backgrounds, updating dynamically when the dropdown selection changes.

I believe this module could be highly useful for programmers needing to send specific commands with varying parameters (e.g., different background IDs) and provide visual feedback.

As I am new to Companion, I'd appreciate a review of my code to ensure it fits within the system. You can find my code on GitHub here: https://github.com/PimpMyCompany/PMLVision.

Please let me know the best way to proceed with the review. You can contact me via email at [email protected] or reply here.

Usecases

Here are the supported actions:

  • get the liste of available backgorund images + overlays

  • hide content

  • show content

  • play a video/audio

  • rewind a video/audio

Select the background/overlay from a dropdown so it does this actions:

  • change background of website
  • change an overlay on a website

More can be added

vdmlaurent avatar May 24 '24 13:05 vdmlaurent