|
@@ -29,6 +29,9 @@ from utils import (
|
|
import config as const
|
|
import config as const
|
|
|
|
|
|
|
|
|
|
|
|
+# used in attempt to get a correct ordering as obs image slide shows ignores
|
|
|
|
+# filenames, but it appearently also ignores a/m-times as seen in
|
|
|
|
+# https://github.com/obsproject/obs-studio/issues/10382
|
|
def fix_timestamps(slidegen):
|
|
def fix_timestamps(slidegen):
|
|
log("fixing timestamps...")
|
|
log("fixing timestamps...")
|
|
|
|
|
|
@@ -145,10 +148,6 @@ def generate_slides(
|
|
for thread in threads:
|
|
for thread in threads:
|
|
thread.start()
|
|
thread.start()
|
|
|
|
|
|
- for thread in threads:
|
|
|
|
- thread.join()
|
|
|
|
- fix_timestamps(slidegen)
|
|
|
|
-
|
|
|
|
|
|
|
|
def generate_start_slide(slidegen, template_img, zfill_length, disable_async):
|
|
def generate_start_slide(slidegen, template_img, zfill_length, disable_async):
|
|
first_slide = slidegen.slide_style.start_slide_form()
|
|
first_slide = slidegen.slide_style.start_slide_form()
|