Wrong location for videos
Some of the videos I uploaded to immich show up with the wrong location in immich.
When taking a look at the exiftool, you can see the correct GPS location (France), but the immich interface shows a different one (Maldives).


6 Replies
Is this something you can share with us for troubleshooting?
Sure, how can I help? what would you need?
The video file would be great
Maldives is at 0, 72. I believe there is a bug when GPS Altitude is present, Lat/lng gets set incorrectly to the altitude.
FWIW - videos currently use a custom location parsing implementation, but this PR (https://github.com/immich-app/immich/pull/2908) moves that to use the parsed values from exiftool instead.
Basically, I think it is this bug: https://github.com/immich-app/immich/issues/2859
Thanks both! Once #2908 is merged I shoudl rerun the metadata extractor and it should fix the issue?
I believe so