From 698a293d5e2811d7d39136d33b90112620018aa1 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 29 Jan 2026 17:02:56 +0100 Subject: [PATCH] ai_type --- render.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render.py b/render.py index d12465a..5baf3fb 100644 --- a/render.py +++ b/render.py @@ -953,9 +953,9 @@ def generate_clips(options): while ai_type in clip['ai']: ai_type = '%s-%s' % (type_[3:], n) n += 1 - clip['ai'][ai_type] = target type_ = 'ai:' + ai_type target = os.path.join(prefix, 'video', type_, i.data['title'] + ext) + clip['ai'][ai_type] = target if type_ == "source": source_target = target clip['loudnorm'] = get_loudnorm(e.files.filter(selected=True)[0])