Yes, restarting always imports files. And calibre uses Qt filesystem watcher class which uses inotify under the hood, when available on linux, but it only watches for directory changes, which is the lowest common denominator for all platforms calibre supports.
|