1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-09 13:26:47 +01:00
immich/server/libs/domain/src
Alex Phillips 7c1dae918d
feat(server): xmp sidecar metadata (#2466)
* initial commit for XMP sidecar support

* Added support for 'missing' metadata files to include those without sidecar files, now detects sidecar files in the filesystem for media already ingested but the sidecar was created afterwards

* didn't mean to commit default log level during testing

* new sidecar logic for video metadata as well

* Added xml mimetype for sidecars only

* don't need capture group for this regex

* wrong default value reverted

* simplified the move here - keep it in the same try catch since the outcome is to move the media back anyway

* simplified setter logic

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>

* simplified logic per suggestions

* sidecar is now its own queue with a discover and sync, updated UI for the new job queueing

* queue a sidecar job for every asset based on discovery or sync, though the logic is almost identical aside from linking the sidecar

* now queue sidecar jobs for each assset, though logic is mostly the same between discovery and sync

* simplified logic of filename extraction and asset instantiation

* not sure how that got deleted..

* updated code per suggestions and comments in the PR

* stat was not being used, removed the variable set

* better type checking, using in-scope variables for exif getter instead of passing in every time

* removed commented out test

* ran and resolved all lints, formats, checks, and tests

* resolved suggested change in PR

* made getExifProperty more dynamic with multiple possible args for fallbacks, fixed typo, used generic in function  for better type checking

* better error handling and moving files back to positions on move or save failure

* regenerated api

* format fixes

* Added XMP documentation

* documentation typo

* Merged in main

* missed merge conflict

* more changes due to a merge

* Resolving conflicts

* added icon for sidecar jobs

---------

Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2023-05-24 20:59:30 -05:00
..
album feat(server): improve validation of albums (#2188) 2023-04-06 12:50:55 -05:00
api-key refactor(server): use cascades for keys and tokens (#2544) 2023-05-23 15:40:04 -05:00
asset feat(server): xmp sidecar metadata (#2466) 2023-05-24 20:59:30 -05:00
auth feat(web,server): user storage label (#2418) 2023-05-21 23:18:10 -04:00
communication refactor(server): jobs and processors (#1787) 2023-02-25 08:12:03 -06:00
crypto refactor(server): auth guard (#1472) 2023-01-31 12:11:49 -06:00
facial-recognition feat(server): pagination for asset queries in jobs (#2516) 2023-05-22 13:05:06 -05:00
job feat(server): xmp sidecar metadata (#2466) 2023-05-24 20:59:30 -05:00
media feat(server): transcode bitrate and thread settings (#2488) 2023-05-22 13:07:43 -05:00
metadata fix(server): reverse geocoding crash loop (#2489) 2023-05-20 21:39:12 -05:00
oauth fix(server): oauth mobile callback url (#2339) 2023-04-26 15:39:18 -05:00
partner feat(web,server): user storage label (#2418) 2023-05-21 23:18:10 -04:00
person feat: facial recognition (#2180) 2023-05-17 12:07:17 -05:00
search feat(server): pagination for asset queries in jobs (#2516) 2023-05-22 13:05:06 -05:00
server-info feat(server): split generated content into a separate folder (#2047) 2023-03-25 09:50:57 -05:00
share feat (server, web): Share with partner (#2388) 2023-05-15 12:30:53 -05:00
smart-info feat(server): pagination for asset queries in jobs (#2516) 2023-05-22 13:05:06 -05:00
storage feat(web,server): user storage label (#2418) 2023-05-21 23:18:10 -04:00
storage-template feat(server): xmp sidecar metadata (#2466) 2023-05-24 20:59:30 -05:00
system-config feat(server): transcode bitrate and thread settings (#2488) 2023-05-22 13:07:43 -05:00
tag refactor(server): flatten infra folders (#2120) 2023-03-30 14:38:55 -05:00
user refactor(server): use cascades for keys and tokens (#2544) 2023-05-23 15:40:04 -05:00
user-token refactor(server): use cascades for keys and tokens (#2544) 2023-05-23 15:40:04 -05:00
domain.config.ts refactor(server): common (#2066) 2023-03-23 23:55:15 -05:00
domain.constant.ts feat(server): split generated content into a separate folder (#2047) 2023-03-25 09:50:57 -05:00
domain.module.ts feat: facial recognition (#2180) 2023-05-17 12:07:17 -05:00
domain.util.ts feat(server): pagination for asset queries in jobs (#2516) 2023-05-22 13:05:06 -05:00
index.ts feat: facial recognition (#2180) 2023-05-17 12:07:17 -05:00