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])