simulot / immich-go

An alternative to the immich-CLI command that doesn't depend on nodejs installation. It tries its best for importing google photos takeout archives.
GNU Affero General Public License v3.0
1.18k stars 35 forks source link

SYNOFILE_THUMB_{some pattern}.jpg should be automatically skipped from being uploaded #319

Open erkexzcx opened 1 week ago

erkexzcx commented 1 week ago

Issue

Images (or videos, I don't know) uploaded to Synology NAS sometimes have low quality pictures, such as SYNOFILE_THUMB_M.jpg. Anything that starts with SYNOFILE_THUMB_ should be excluded from uploading by immich-go.

Such uploaded "thumbs" will be considered as actual photos with a totally invalid timestamp. On top of that, Immich's (not immich-go) deduplication does not see them as duplicates.

Alternative workaround

Search for such photos and manually delete them: image

erkexzcx commented 1 week ago

Someone created a Reddit post about it too. https://www.reddit.com/r/immich/comments/18r7cxt/delete_photos_by_filename/

simulot commented 1 week ago

Thanks... I'm not aware of this.