Warmuptill
Active Member
Thank you for the confirmation.Works for me! Thanks!
I updated the release to contain this fix.
Thank you for the confirmation.Works for me! Thanks!
There was a problem in the previous versions of the plugin that required you to use the hotkeys at least once for them to be saved, which should (hopefully) have been resolved with the most recent update.Hello. There was a problem with saving hotkeys to enable and disable automatic scene switching. That is, I assign hotkeys, and everything works, but after restarting OBS they are not saved (((
View attachment 62659View attachment 62661
Thanks for reporting the problem!Uhm i just enable "scene transitions defined in the..." from transition tab and now works... I don't know why. Btw on sequence time is set to 0 to every scene, so i think there's a bug when import old sequence from the old version
The problem here is that this is exactly working as specified.Good!. In advance, thanks for the recent plugin update and for listening to our voice. We are experiencing some problems: In MEDIA, when setting the parameter "when xx is endend and none switch to xx using xx", it performs its task, but when wanting to manually switch another scene, it instantly detects that the video is in finished mode and jumps to the selected scene in that parameter, without letting me choose any other scene. Thank you in advance for the great work!
attached configuration file
Yes, I am using the latest version of the plugin, I tried to reinstall it in advance and did not help. In general, I elementarily put the bind of hot keys to activate random scene switching, apply the settings, try to press, everything is activated and works. After restarting the obs, the hotkeys for your plugin disappear and are not saved. The other hotkeys that I configured for the scenes, for example, remain and are saved.There was a problem in the previous versions of the plugin that required you to use the hotkeys at least once for them to be saved, which should (hopefully) have been resolved with the most recent update.
Which version of the plugin are you using?
If you are using the latest version of the plugin what are the exact steps to reproduce this behavior?
Everything, figured it out. I just updated the plugin incorrectly, after a successful update everything is saved! Thank you for your help and your efforts in creating and developing this plugin! Good luck)))Yes, I am using the latest version of the plugin, I tried to reinstall it in advance and did not help. In general, I elementarily put the bind of hot keys to activate random scene switching, apply the settings, try to press, everything is activated and works. After restarting the obs, the hotkeys for your plugin disappear and are not saved. The other hotkeys that I configured for the scenes, for example, remain and are saved.
I am not sure if I found the correct post, but the option to force certain startup behavior was implemented already and can be configured on the general tab. (Does this work as expected?)Similar to the previous post, from @mknejp, I also need
- A way to force the state of the switcher to be Active or Inactive.
- But more so, I want to trigger the state via Vbscript, or at least READ the current state -- is there any documentation available?
...You could parse the current state from the OBS log file as the scene switcher will log a message if it is stopped or started.
Changing the state externally is currently not possible unless you simulate key presses to use the OBS hotkey.
Can you give me a clue as to what to look for in the log file? I am not seeing such a reference.
To confirm, log file I found is in this path: C:\Program Files\obs-studio\config\obs-studio\logs
Is that correct?
I am not familiar with the "watch folder" utility and the "SendKeys" functionality in vbscript.Hey @Warmuptill --
I have been trying to get something to work for me over the last several days, and not able to get there yet:
- I am trying to at least add an indicator to an OBS browser page that will show the status of the auto-switching with HTML text/image, or allow the user to switch the status with an HTML switch.
HTML Indicator example:
HTML Switch example:
- An HTML indicator would have to be able to monitor the OBS Hotkey.
- An HTML switch would have to be able to trigger the OBS Hotkey.
- I have had some success in adding the HTML switch, and getting it to respond to the OBS Hotkey, but the HTML window itself has to be the active window -- as in, the user has to click the mouse inside the HTML window before pressing the OBS Hotkey.
- I have had some success with triggering the OBS Hotkey from a script using SendKeys in a vbscript. It works _sometimes_.... as it seems there may be an issue as to whether or not OBS is seen as the "active window".
- I have tried using "watch folder" utility to monitor the OBS log folder, so the HTML indicator could be refreshed to reflect the true status. However, it seems the OBS log file doesn't actually get updated in real time... seems to be minutes instead of seconds.
- Is it possible you could write out a simple one-line log file that merely indicates the current status of the auto-switching?
- If so, it would be much easier to monitor, and get the HTML indicator refreshed.
Any other ideas, I would greatly appreciate.
I would guess that this most likely depends on the application writing to this file.Edit: After 14 Minutes and 20 Seconds Scene will switch, how can i decrease time?
This is my general Setting for checking conditions
View attachment 63200