Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include pattern matching on selecting a scene, specifically with Scene #1193

Open
bigtonylewis opened this issue Sep 4, 2024 · 0 comments
Open

Comments

@bigtonylewis
Copy link

Background

Let's say I have three cameras and four different screen layouts and I want to have a combo of any camera in any layout. Rather than have 3x4=12 scenes, I have four scenes, each with the three cameras. My "switch to another layout" is a scene switch, and my "switch to another camera" is to change the visibility of the camera as a source, in all of the four scenes.

At the moment, Adv SS allows me to select multiple scene items using patterns, which is good. But I have to then duplicate the rule for each scene.

Solution

In the 'scene item visibility' can we have an "all scenes" and/or a "scenes matching a pattern", so that I can have only one rule? If I then want to add another scene, I don't have to edit rules.

Alternatives

I wrote a Python script to do this, but it's messy and not working well. Then I found this plugin.

Currently using this plugin, I use multiple rules.

Anything else we should know?

Thanks. Your plugin is awesome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant