docs: update scan settings documentation for new polling system

- Update validation from minutes (15-1440) to seconds (1-3600)
- Clarify behavior: real-time file watching with polling fallback
- Remove scheduler references from development docs
- Update migration notes for the new implementation
This commit is contained in:
2026-02-28 14:12:11 -05:00
parent 4bf8e933df
commit fd608f3e3f
4 changed files with 32 additions and 1445 deletions
+1 -2
View File
@@ -66,9 +66,8 @@ bookhoard/
**Services** (`internal/services/`):
- `library_service.go` - Library operations
- `media_scanner.go` - File scanning & metadata extraction
- `media_scanner.go` - File scanning, metadata extraction, and real-time file watching
- `worker.go` - Job queue worker pool
- `scheduler.go` - Scheduled task manager
- `collection_service.go` - Collection rules processing
- `conversion_service.go` - EPUB→KEPUB conversion
- `book_matching.go` - Book matching algorithms