Skip to content

Commit

Permalink
fix: current media variable improvements (#306)
Browse files Browse the repository at this point in the history
* fix: make media current only if active

* chore: remove deprecated  variables

* make actions support sequential execution

* fix: quick transition not firing

* chore: update chanelog

* chore: update deps

* chore: version up
  • Loading branch information
bryce-seifert authored Feb 12, 2025
1 parent 55d0549 commit 5953c65
Show file tree
Hide file tree
Showing 6 changed files with 189 additions and 144 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# companion-module-obs-studio

This module will allow you to control OBS Studio using the built-in obs-websocket plugin.
This module will allow you to control OBS Studio using the built-in WebSocket Server.

## Getting Started

Expand All @@ -13,8 +13,12 @@ See [HELP.md](https://github.com/bitfocus/companion-module-obs-studio/blob/maste
- New
- Fade Source Volume action, allows fading a source's volume to a specific value over a specific duration
- Ability to set a threshold in the Audio Meter feedback, so that sources with no signal or a high noise floor do not always show the green color feedback
- All actions now support sequential execution _(requires Companion 3.5)_
- Fix
- Current Media variables showing info from media that is playing, but not in program
- Current Media variables disappearing when media is paused, but still in program
- Previous Scene feedback and scene_previous variable showing incorrect scene after disconnecting and reconnecting to OBS
- Quick Transition not working after being used once in some instances

### v3.10.1

Expand Down
Loading

0 comments on commit 5953c65

Please sign in to comment.