MasterMind187
New Member
adv. scene switcher can djing single videos?My first thought is to use a variable to keep track of that count. Three macros:
You could put the "Time for next video" condition in the other two, and save a macro, but this allows you to change it once (if/when it does need changed), and have both of the working macros follow that change.
- Time for next video (however you detect that):
- No actions, just this one condition
- Macro #1 Condition AND Count != 0:
- Play next video, AND
- Decrement Count
- Macro #1 Condition AND Count == 0:
- Play trailer, AND
- Set Count = 3
Also note, that this relies on Adv. SS effectively auto-DJ'ing single videos. Not a playlist that runs itself. It may still be possible to interject something in the middle of a self-running playlist, but it gets to be a mess in a hurry if you have multiple sources of automation like that. They often end up fighting each other, or getting confused because one did something that the other didn't expect, etc.
I see Adv. SS as a programming language, and I'm pretty well convinced that it's Turing Complete, which means that it can do anything that any computing machine can do, including simulating any other machine perfectly (ignoring time and memory requirements). So if you're asking if something is *possible*, then the answer is always yes, given the proper access to things. It's just a matter of how...
My solution is atm, a VLC Playlist. The Playlist is created, every time you save the config. I tested a little bit, and I use the End status with a counter. after every video is finished, ended can trigger something. so the playlist is just paused, when the scene is switched to "commercial/trailer" or so.