Lukas

Results 24 comments of Lukas

On the other hand I'm wondering if the video should be downloaded at all, since it seems to still be embedded in the downloaded jpg and thus downloaded twice.

The video is extracted from the jpg on upload, so the filename is kind of correct (since it says "original"). It is a little ambiguous, that's why I'm questioning the...

So from what I'm reading there are motion photo formats which - embed the video in the jpg - are two separate files from the beginning This means the correct...

@kazupon Have you seen this? What do you think? :see_no_evil:

See https://github.com/immich-app/immich/issues/8658

@gotestrand @gitcatrat We ended up generating icons on the fly with [#map.event:styleimagemissing](https://docs.mapbox.com/mapbox-gl-js/api/map/#map.event:styleimagemissing) as suggested above. Have a look at [Map.vue#L258](https://github.com/kiel-live/kiel-live/blob/6558e8fff8b466bdc4328a3b583ae3149d46d05b/packages/app/src/components/Map.vue#L258). We did not notice any performance problems, but keep in...

@jrasm91 I added the `originalFileName` to the asset stub that is used in the metadata test. This tripped up another a "storage template move" test because moving uses asset ids...

We have the data to show every platform separately i.e. 2 or more dots per stop. This would solve the direction problem because everybody knows busses drive on the right...

The problem is `exiftool-vendored` not returning the `Directory` file tag as structured object. There have been some changes regarding that in https://github.com/photostructure/exiftool-vendored.js/releases/tag/v27.0.0. I'm looking into it.