Add file watcher for watch folder functionality

inotify-based folder watcher using the notify crate that detects new
image files, ignores non-image files, and supports start/stop lifecycle.
WatchFolder config struct for preset-linked watched directories.
This commit is contained in:
2026-03-06 11:17:02 +02:00
parent 06860163f4
commit e1c2e11165
4 changed files with 238 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ pub mod pipeline;
pub mod preset;
pub mod storage;
pub mod types;
pub mod watcher;
pub fn version() -> &'static str {
env!("CARGO_PKG_VERSION")