Sony ARW images and MP4 AVC1 videos don't upload
I just installed Immich so I'm using 1.68.0. I was excited to read that 1.63.0 added Sony ARW support. But now I'm trying to drag an ARW photo, or MP4 video encoded with AVC1, from my Sony A7iii camera and it's not doing anything. I can, however, upload a random JPEG image. After dropping the Sony files, the drop indicator goes away but the upload process never happens.
13 Replies
There is a bug with the current release that the uppercase extension isn’t uploaded from the web interface
It has been fixed and will be in the next release
Are those file extensions uppercase?
_A7_1345.ARW
I assume you mean the .ARW
part being uppercase, so yes.
Do you have a rough estimate for how long until the next release is out? If it's a few days I might just wait, otherwise does the CLI importing method provide a workaround for this issue?just a few days
or maybe even tomorrow
Great, thanks, probably easier for me to wait. Cheers!
@Alex I decided to try out the CLI. I mounted my folder through the docker-compose setup and confirmed I can
cd
and ls
the files in /mnt/Photography
.
But I'm getting "No local assets found, exiting":
Could that also be caused by the uppercase .ARW
filenames? This folder just has a whole bunch of raw files starting with DSC00423.ARW
and a few sidecar files DSC00441.xmp
mixed in.No, we haven't updated the CLI to accept .arw format yet
let me do that quickly
Ah, I see! So the web upload is the only way currently?
let me release the CLI and you can use it
new version of the CLI is out, please use
npm i -g immich
to update to 0.40.0
it should work nowThanks.
But now I'm getting spammed with
hmm
1 sec
0.40.1 should be up in a few
So
npm i -g immich
again shortly?It is published
does it work correctly now?
Nice, thank you! That worked perfect.
And I see 1.69 is out too, so I'll try out the drag-and-drop upload now too.
Working nicely now, thank you!