Open CristianT opened 5 months ago
I'm using Main - fcc7a25176e4bad371f20004c8aacd5d239ee04e
IsExternal doesn't work properly and I have trouble to identify the origin of the images to delete. I'm using Immich 1.105.1 and according to this: [https://immich.app/docs/api/get-asset-info/]([https://immich.app/docs/api/get-asset-info/](https://immich.app/docs/api/get-asset-info) IsExternal (and IsReadOnly) have been deprecated.
My proposal would be to infer IsExternal from the property originalPath or at least show the original path in the file comparison.
Here is a PR that I tested and works for me: https://github.com/vale46n1/immich_duplicate_finder/pull/47
I'm using Main - fcc7a25176e4bad371f20004c8aacd5d239ee04e
IsExternal doesn't work properly and I have trouble to identify the origin of the images to delete. I'm using Immich 1.105.1 and according to this: [https://immich.app/docs/api/get-asset-info/]([https://immich.app/docs/api/get-asset-info/](https://immich.app/docs/api/get-asset-info) IsExternal (and IsReadOnly) have been deprecated.
My proposal would be to infer IsExternal from the property originalPath or at least show the original path in the file comparison.