cg2121 / obs-advanced-timer

GNU General Public License v2.0
188 stars 33 forks source link

Added next scene capability once timer has finished #17

Closed chrisgeorge0911 closed 1 year ago

chrisgeorge0911 commented 3 years ago

Added the ability to automatically switch to a scene when countdown/specific time/specific date&time timers have finished.

I needed a way to run a countdown scene then have it automatically launch opening titles.

The "next_scene" property is selected from the list of scenes (l:444). If a scene is selected, it bypasses the stop text. If the scene is set to "-----" representing no scene, then the stop text is used.

The property is only visible for Countdown, Specific Time and Specific Time & Date. It may be applicable to other modes, but these conditions were already in the code (l:162), so to minimise risk, I stuck with them.