How to force Immich to scan all external libraries again via API
"If your photos are on a network drive, automatic file watching likely won't work. In that case, you will have to rely on a periodic library refresh to pull in your changes."
Thats why I made a script running on my external library (TrueNAS Scale Container) that does filewatching and should try to force a scan when new files have been added.
What API call do i need to trigger that rescan in Python and what do I have to keep in mind (e.g. does my uuid to be identical or so)?
Thats why I made a script running on my external library (TrueNAS Scale Container) that does filewatching and should try to force a scan when new files have been added.
What API call do i need to trigger that rescan in Python and what do I have to keep in mind (e.g. does my uuid to be identical or so)?