diff --git a/01 Projects/video-accessibility/Video Accessibility Platform.md b/01 Projects/video-accessibility/Video Accessibility Platform.md index 83919fe..0f85903 100644 --- a/01 Projects/video-accessibility/Video Accessibility Platform.md +++ b/01 Projects/video-accessibility/Video Accessibility Platform.md @@ -10,7 +10,7 @@ server: optical-dev tags: [oliver, video, accessibility, ai, captions, audio-description, tts, celery, mongodb] created: 2026-04-14 last_commit: 2026-05-01 -commits: 352 +commits: 353 port: 8000 db: MongoDB Atlas service: docker-compose diff --git a/99 Daily/2026-05-01.md b/99 Daily/2026-05-01.md index 10cb168..7fea879 100644 --- a/99 Daily/2026-05-01.md +++ b/99 Daily/2026-05-01.md @@ -326,3 +326,9 @@ tags: [daily] - 17:25 | `aimpress` - **Asked:** Check why Word files aren't appearing in the Paperless server after being added. - **Done:** Verified that Word files were not found in the system; all 90 documents are PDFs, likely because Paperless converts docx to PDF on ingestion. +- 17:29 | `aimpress` + - **Asked:** User asked to investigate Word files added to Paperless mail rules on PVE server. + - **Done:** No Word files were found in the system; all 90 documents are PDFs added today, consume folder is empty, and mail fetcher shows no new documents. +- 17:29 (15min) | `video-accessibility` + - **Asked:** How should the silence buffer adapt to different AD durations and existing gaps? + - **Done:** Identified that the current 500ms constant is inefficient and duplicates natural pauses; recommended adaptive silence buffer based on AD length and existing gap detection.