i also posted pics of whati have in my swettings, hopefully that will help someone helping me figure this outBTW, im still needing very much help pls. I dont use macros, i just has the old one set up where after the time i selected it just changes scenes. Will someone pls help me figure this out? Its driving me crazy i cant figure it out,
As previously mentioned:BTW, im still needing very much help pls. I dont use macros, i just has the old one set up where after the time i selected it just changes scenes. Will someone pls help me figure this out? Its driving me crazy i cant figure it out,
I found the "hide tabs" checkbox to resolve this issue. I'd like to delete my previous post but can't lolRecently upgraded to the latest version of scene switcher and I'm noticing some odd residual behavior based on some old settings. I had a bunch of timed movements in the old scene switcher that I can't seem to find in the new version, but exporting the settings I can see "delay" commands. Is there any way other than removing them and creating new macros that I can get these old settings to show up? They still are effective in moving scenes after X seconds.... Kinda confused lol
(screen shot of the exported settings attached)
That's okay. Lots of other people have commented on that as well. And we have a record of all of it.I found the "hide tabs" checkbox to resolve this issue. I'd like to delete my previous post but can't lol
The "automatic scene switcher" is a pre-installed plug in from OBS. Using the download link should work to install the plugin. If you haven't restarted OBS, I would start there.Am I crazy? I installed the "Advanced Scene Switcher" from the "Go to downloads" link and went through the normal unzip process only to find that it installed "AUTOMATIC Scene Switcher" instead. I tried again using the windows installer package and got the same results. The screen looks nothing like the grabs located at the start of this thread.
View attachment 86385
View attachment 86386
What doesn't work? Is it something we just finished discussing? (scroll up) Or is it something else? More details would be nice.
Can you please share an OBS log file?Am I crazy? I installed the "Advanced Scene Switcher" from the "Go to downloads" link and went through the normal unzip process only to find that it installed "AUTOMATIC Scene Switcher" instead. I tried again using the windows installer package and got the same results. The screen looks nothing like the grabs located at the start of this thread.
View attachment 86385
View attachment 86386
Can you please do the same and also share an OBS log file?Was not the issues listed above. Does not function since update. Reinstalled, did not run installer, searched through every file for a auto installer, was none. Can not get it to work now. If anyone can help me install, would be greatly appreciated. thank you
You will have to create a macro and use the "date" condition to trigger a "streaming" action.I am trying to use this to have a specific scene go live at a specific time on a given day and have that repeat weekly.
e.g. I want my "live stream" scene to be fired exactly at 6:30PM on Wednesday nights.
How would you go about doing that? Thanks.
There are several parts to that. Which one is giving you trouble?HI everyone, I wanted to achieve something that this guy did but I am lost on how he achieve it. Can anyone help me?
Question / Help - [Solved] Record multiple windows, but not all
I'd like to record a screencast in which I'll use multiple windows, but I still want to be able to do some things 'off camera'... The source that let's you record a specific window won't help me as I want to record multiple windows (e.g. browser, text editor, terminal, etc.), and the source...obsproject.com
If I understand the other thread correctly you can do something similar to this:HI everyone, I wanted to achieve something that this guy did but I am lost on how he achieve it. Can anyone help me?
Question / Help - [Solved] Record multiple windows, but not all
I'd like to record a screencast in which I'll use multiple windows, but I still want to be able to do some things 'off camera'... The source that let's you record a specific window won't help me as I want to record multiple windows (e.g. browser, text editor, terminal, etc.), and the source...obsproject.com
You can use "regular expressions" to have the file condition match any file content.Greetings. Thanks for the awesome plug-in.
I have local browser sources and I'm trying to figure out a way to automatically refresh the source if I update the HTML file. For instance, if I have a banner that says "Playing X" and I change the game title, the Scene Switcher would be "monitoring" it so to speak and know to update it.
So I came up with "(If not) content of local file matches" + "Refresh Source Settings", but I can't quite get it to work right. It has the "if modification date changed" or "if content changed" checkboxes, but those don't seem to do anything on their own. I have to paste the browser's HTML in the text box for it to check if it matches for it to update anything. A tad clunky, but it works in a pinch.
However, that only works if I change the file once. Once the file has been flagged as "different", then the macro won't fire again unless I go in manually to adjust what text the switcher is looking for. And I have to keep "Perform actions only on condition change" checked or else it just refreshes indefinitely.
Is there something else I can try? Or am I asking for a new feature update where the switcher can generally monitor for file changes?
Sorry, but I don't think so.The "." stands for any character and the "*" specifies that "any charachter" can be used any amount of times.
Does this help?
That is exactly what the above example should do.Is there something I can use to tell the macro to trigger when anything about a file is modified regardless of text matching?
You didn't misunderstand. But unfortunately what you gave me didn't do anything.That is exactly what the above example should do.
The ".*" in combination with "use regular expressions" stands for "regardless of text matching" and the "if modification date changed" and "if content changed" should cover the "file is modified" part.
Maybe I am misunderstanding or missing something - can you give a concrete example where the above will not work?