Image capture — extend /api/capture for image+voice, Claude vision description, Media/ WebDAV, watcher excludes Media/
This commit is contained in:
@@ -96,6 +96,8 @@ class IngestHandler(FileSystemEventHandler):
|
||||
return
|
||||
if 'Admin/Backups' in str(path) or 'Backups' in path.parts:
|
||||
return
|
||||
if 'Journal/Media' in str(path):
|
||||
return
|
||||
self.pending = True
|
||||
self.last_event = time.time()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user