Adding some more fixes for path

This commit is contained in:
2026-05-09 13:09:41 +02:00
parent a351022a8f
commit dac6dfc48b
3 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -692,8 +692,8 @@ def build_render_plan(
if outro_events:
total_duration = outro_events[-1].end_time
# Derive slides directory
slides_json_path = project_path / config.slides_path
# Derive slides directory — lowercase path for case-sensitive filesystems (WSL/Linux).
slides_json_path = project_path / config.slides_path.lower()
slides_dir = slides_json_path.parent
plan = RenderPlan(