immich-go icon indicating copy to clipboard operation
immich-go copied to clipboard

Upload: raw images besides JPGs ignored

Open dreautall opened this issue 7 months ago • 11 comments

I have a folder with a lot of .JPGs and .CR2s - directly from the SD card of a Sony DSLR. The files have the same name and should have the same metadata etc.

When providing the path to the folder to the upload command, the files are recognized (in the log it shows up as scanned image file for both JPG & CR2), but never even attempted to upload. The upload "finishes" without uploading the CR2 files. The end of the log just shows this:

INFO | uploaded | file=IMG_8816.JPG "capture date"="2023-07-21 23:50:08 +0200 CEST" time="2024-07-21T07:15.44 CEST"
 INFO | uploaded | file=MVI_2613.MOV "capture date"="2023-07-01 16:38:56 +0200 CEST" time="2024-07-21T07:15.46 CEST"
 INFO | 
Input analysis:
---------------
scanned image file                      :   16452
scanned video file                      :       1
scanned sidecar file                    :       0
discarded file                          :       0
unsupported file                        :       0
file duplicated in the input            :       0
associated metadata file                :       0
missing associated metadata file        :       0

Uploading:
----------
uploaded                                :     967
upload error                            :       0
file not selected                       :       0
server's asset upgraded with the input  :     916
server has same asset                   :    7288
server has a better asset               :       0

Command used: immich-go -time-zone=Asia/Tokyo upload /mnt/EOS_DIGITAL/DCIM/100CANON/

Any idea why this happens? I also tried setting -select-types=".CR2" to no success.

dreautall avatar Jul 21 '24 17:07 dreautall