027.11 Bulk Import
Description¶
Recursively scan a folder and import all supported files into the database in one operation. Supports images (PNG, JPG, GIF, etc.), videos (MP4, AVI, MOV), audio (MP3, WAV), documents (PDF, DOCX), markdown, and other text files. Eliminates the need to import files one by one.
Acceptance Criteria¶
- [ ] #1 User can select a folder to import via file dialog
- [ ] #2 System recursively scans all subfolders
- [ ] #3 Detects and categorizes files by type (image, video, audio, document, text)
- [ ] #4 Shows preview of files to be imported with counts by type
- [ ] #5 User can filter/exclude file types or patterns before import
- [ ] #6 Progress indicator shows import status
- [ ] #7 Handles duplicates (skip, replace, or rename)
- [ ] #8 Creates folder structure as source groups/categories
- [ ] #9 Reports summary of imported files and any errors
- [ ] #10 MCP tool available for AI agents to trigger bulk import