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.63k stars 49 forks source link

ignore no metadata error #163

Closed np123-glitch closed 7 months ago

np123-glitch commented 7 months ago

I have a google takeout archive that I want to upload to immich. everything goes fine except when the tool cannot find the metadata for a specific file it doesn't upload. i have looked through the documentation and cannot find an 'ignore' option. is there a way this feature can be implemented?

simulot commented 7 months ago

The unique characteristic of Google Takeout is that files are spread across multiple archive parts. You're likely only handling one part of the archive set at a time. To fix this, you can let Immich-go handle all parts simultaneously. Simply provide Immich-go with the file name pattern "takeout_*.zip".

np123-glitch commented 7 months ago

Ah okay thank you very much