My file system that isn't compatible with real time monitoring. I upload movies and series several times per day and I don't want to do a full scan for the whole library every time I add a new movie.
The following curl command
curl -d '{"Updates":[{"path":"/path/my-movies/movie (2020)/movie (2020).mkv","updateType":"Created"}]}' -H "Content-Type: application/json" -X POST http://localhost:8096/emby/Library/Media/Updated?api_key=my-apI-key
When I ran this command I can see on Emby debug logs a message that says:
New file refresher created for "/path/my-movies/movie (2020)/movie (2020).mkv"
However the file doesn't seem to be scanned. Am I doing something wrong?
Isn't it possible to force the scan of one individual file rather than the whole library?
thanks