Publishing, website, reaper, and doc updates

Publish script, clip maker, website worker + data, reaper lua helpers,
audio settings, and CLAUDE.md doc reorg.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-09 23:39:57 -06:00
co-authored by Claude Opus 4.6
parent 44ac569fec
commit 61b3cba412
10 changed files with 398 additions and 127 deletions
+2 -2
View File
@@ -1249,10 +1249,10 @@ def generate_clip_video_remotion(
]
try:
result = subprocess.run(cmd, capture_output=True, text=True, cwd=str(REMOTION_DIR), timeout=180)
result = subprocess.run(cmd, capture_output=True, text=True, cwd=str(REMOTION_DIR), timeout=600)
except subprocess.TimeoutExpired:
props_path.unlink(missing_ok=True)
print(f" Remotion render timed out (180s)")
print(f" Remotion render timed out (600s)")
return False
props_path.unlink(missing_ok=True)