vale46n1 / immich_duplicate_finder

A Comprehensive Solution for Identifying and Managing Duplicate Photos in Immich

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IsExternal (and IsReadonly) incorrectly displayed

CristianT opened this issue · comments

I'm using Main - fcc7a25

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/ 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:
#47