plus_power
New Member
Oh, I think I know what is going on here.
The pausing of file scene switching only acts on the feature which allows switching based on the contents of a file and not the one which allows reading the name of the scene to switch to from a file.
The latter is what you are referring to, right?
If so that should be an easy fix and was just an oversight on my end.
I will try to provide a test build with a fix tomorrow.
Thanks for making me aware of that problem!
EDIT:
Test build will be available here in a couple of minutes:
(You need to be logged into GitHub to be able to download it)Fix checkSwitchInfoFromFile ignoring file switch puase · WarmUpTill/SceneSwitcher@10af913
An automated scene switcher for OBS Studio. Contribute to WarmUpTill/SceneSwitcher development by creating an account on GitHub.github.com
EDIT2:
Don't know if it is useful for you but I also added the option to specify the transition to use on the second line of the file.
File read transition · WarmUpTill/SceneSwitcher@b02cb7c
An automated scene switcher for OBS Studio. Contribute to WarmUpTill/SceneSwitcher development by creating an account on GitHub.github.com
Perfect! I tried out your test build and it worked like a charm :) Thanks for the quick fix!
Also, one question for you. I'm trying to have the plugin pause at a certain time (actually make the whole Scene Switcher Inactive, not just the switching methods). Ideally I could have this happen when switching to/away from a scene, I feel like this would fit perfectly into the Scene Triggers, but I only see options for Streaming/Recording. Is there a way to currently do something like this? I know I could technically use a HotKey, but I can't find a good way to automate/integrate it. Again, I appreciate the work you've put in!