Can you elaborate on what the condition is supposed to do / what the circumstances are in which you want to stop streaming?What is the difference Source Active and Showing like this picture?
View attachment 90240
I want to automatically stop streaming by a condition, not fixed time. Can I use source change or anything else?
The file tab is still available but hidden by default.Since the old tabs are deprecated, is there a way to switch a scene according to a file content with the macro ?
I've only found a way to switch to a specific scene.
That is not available in the current release.I see we can also use this plugin to trigger other actions than switching scene.
Is there a way to change the monitor type of audio sources ?
I would like to be able to switch my playlist between "monitor and output" and "monitor off" when I have to focus.
You mean the old tabs? There's a checkbox to show them. (scroll up a couple of posts) Then you can work through them manually and delete everything.Next question/issue. Wondering where the macro settings are located in the config files? I am seeing an issue where my settings from the old version seem to still be present and need to figure out how to remove them. Thanks.
Thanks for that! Much appreciated.You mean the old tabs? There's a checkbox to show them. (scroll up a couple of posts) Then you can work through them manually and delete everything.
The macros should always show, if they're still there. If not, I'd call that a bug, but a workaround might be to:
To (somewhat) answer your question, it's part of the Scene Collection. (so you'll have to expand steps 1, 3, and 5 if you have multiple) Where that is in the file system, I don't know.
- Back up what you want to keep, probably manually, as the Export/Import buttons cover everything
- Uninstall the plugin
- Start and close OBS, so that it doesn't load the (uninstalled) plugin and then overwrites the file without it
- Reinstall the plugin
- Put your settings back in it
What is probably happening here, when the image is flickering, is that multiple macros, which both contain scene switches, are active in the same interval.Hello friends, I am about to start a podcast with my partner and I want to automate the scene changes every time it detects that the microphone input is coming from her or mine.
The problem I have is that sometimes the image flickers, apparently it doesn't detect which scene it should be showing and the change it makes is immediate and the screen is flickering.
I also want every once in a while to ignore that and show a third scene that would have a general camera only for a certain amount of time. But I can't do it.
How could I solve this?
Unfortunately I am not sure.Can ASS be used to restart a VLC YouTube source that has stopped?
I am afraid I don't think what you have in mind is possible at the moment.Hello,
Thanks for that useful plugin!
Is there an opportunity to make an easy schedule by importing a text file that says when to show which scene?
And how can I consider time zones? For example, when a time repeats at the end of daylight saving time, how can I say: show this on 2.30 DST and show that on 2.20 Standard time (2.20 standard comes after 2.30 daylight saving time). All in UTC would be easier. :)
Thanks!
Try the Date condition first. If it's not enough, I suppose you could use your operating system's task scheduler (all of them have one), or a script of some kind, to create some sort of trigger that AdvSS can pick up. Maybe hotkeys, or write to a file, or whatever.Hello,
Thanks for that useful plugin!
Is there an opportunity to make an easy schedule by importing a text file that says when to show which scene?
And how can I consider time zones? For example, when a time repeats at the end of daylight saving time, how can I say: show this on 2.30 DST and show that on 2.20 Standard time (2.20 standard comes after 2.30 daylight saving time). All in UTC would be easier. :)
Thanks!
I don't think you have to. A Time based trigger, let's say 2:30am, would simply happen twice, 1 hour apart.And how can I consider time zones? For example, when a time repeats at the end of daylight saving time, how can I say: show this on 2.30 DST and show that on 2.20 Standard time (2.20 standard comes after 2.30 daylight saving time). All in UTC would be easier. :)
Yes, it is still a text file and you could in theory manually edit it. (Although there will be a lot of "magic numbers" for most fields)As for mass import of time settings ... @Warmuptill - I'm curious if latest AdvSS (sorry I'm on older version of OBS, so not on recent AdvSS), is the settings export still a text file? if yes, and there isn't a CRC or similar check on import, I'm wondering if a user could write a TEXT manipulation script to grab a AdvSS Settings Export and edit with revised time for Scene change (or whatever) and then User import those settings? [ie, a simple case would be simply replacing all Time triggers (or in Macros if using that) with new times?] just wondering aloud, so to speak
{
"actions": [],
"conditions": [
{
"collapsed": false,
"condition": 0,
"dateTime": "Sat Jan 14 03:48:41 2023",
"dateTime2": "Sat Jan 14 03:48:41 2023",
"dayOfWeek": 0,
"dayOfWeekCheck": true,
"displayUnit": 0,
"durationModifier": {
"displayUnit": 0,
"seconds": 0.0,
"time_constraint": 0
},
"id": "date",
"ignoreDate": false,
"ignoreTime": false,
"logic": 0,
"pattern": ".... .. .. .. .. ..",
"repeat": false,
"seconds": 0.0,
"updateOnRepeat": true
}
],
"group": false,
"name": "Macro 4",
"onChange": false,
"parallel": false,
"pause": false,
"pauseHotkey": [],
"registerHotkeys": false,
"togglePauseHotkey": [],
"unpauseHotkey": []
}
It doesn't have to be a User action. There's a macro action now (don't know how long it's been there, but it's there now), to Import settings. Combine that with the Run action, and you can have what practically amounts to a self-modifying program. Good luck debugging that!I'm wondering if a user could write a TEXT manipulation script to grab a AdvSS Settings Export and edit with revised time for Scene change (or whatever) and then User import those settings?
You should come over to the 24/7 broadcast threadHello,
Thanks for that useful plugin!
Is there an opportunity to make an easy schedule by importing a text file that says when to show which scene?
And how can I consider time zones? For example, when a time repeats at the end of daylight saving time, how can I say: show this on 2.30 DST and show that on 2.20 Standard time (2.20 standard comes after 2.30 daylight saving time). All in UTC would be easier. :)
Thanks!
Link?You should come over to the 24/7 broadcast thread