vault backup: 2026-05-01 17:30:52

This commit is contained in:
Vadym Samoilenko 2026-05-01 17:30:52 +01:00
parent 274b1baabd
commit c4bc759197
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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.