immich
immich copied to clipboard
feat(server,web) Semantic import path validation
Check if import paths are valid and warn user if they aren't
- Does the path exist?
- Is the path a directory?
- Do we have read access?
When scanning the library, import paths that do not pass validation are ignored
Needs UI polish by a CSS expert like @danieldietzler
Deploying with
Cloudflare Pages
| Latest commit: |
5b93c06
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://87ba4580.immich.pages.dev |
| Branch Preview URL: | https://fix-validate-import-path.immich.pages.dev |
Maybe the warning can go by the path itself not the action buttons
Maybe the warning can go by the path itself not the action buttons
Yes, the front end stuff needs more work, I'm currently focusing on the backend first
IMO running the checks separately from changes makes sense. The library can break for external reasons (eg the mount goes offline), in which case having a check that immediately shows that would be nice.
Sure, but that should be in addition to doing the check at time of creation imo.