mirror of
https://github.com/immich-app/immich.git
synced 2025-02-11 01:18:24 -05:00
* 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> |
||
---|---|---|
.. | ||
add_assets_dto.dart | ||
add_assets_response_dto.dart | ||
add_users_dto.dart | ||
admin_signup_response_dto.dart | ||
album_count_response_dto.dart | ||
album_response_dto.dart | ||
all_job_status_response_dto.dart | ||
api_key_create_dto.dart | ||
api_key_create_response_dto.dart | ||
api_key_response_dto.dart | ||
api_key_update_dto.dart | ||
asset_bulk_upload_check_dto.dart | ||
asset_bulk_upload_check_item.dart | ||
asset_bulk_upload_check_response_dto.dart | ||
asset_bulk_upload_check_result.dart | ||
asset_count_by_time_bucket.dart | ||
asset_count_by_time_bucket_response_dto.dart | ||
asset_count_by_user_id_response_dto.dart | ||
asset_file_upload_response_dto.dart | ||
asset_response_dto.dart | ||
asset_type_enum.dart | ||
auth_device_response_dto.dart | ||
change_password_dto.dart | ||
check_duplicate_asset_dto.dart | ||
check_duplicate_asset_response_dto.dart | ||
check_existing_assets_dto.dart | ||
check_existing_assets_response_dto.dart | ||
create_album_dto.dart | ||
create_album_share_link_dto.dart | ||
create_assets_share_link_dto.dart | ||
create_profile_image_response_dto.dart | ||
create_tag_dto.dart | ||
create_user_dto.dart | ||
curated_locations_response_dto.dart | ||
curated_objects_response_dto.dart | ||
delete_asset_dto.dart | ||
delete_asset_response_dto.dart | ||
delete_asset_status.dart | ||
download_files_dto.dart | ||
edit_shared_link_dto.dart | ||
exif_response_dto.dart | ||
get_asset_by_time_bucket_dto.dart | ||
get_asset_count_by_time_bucket_dto.dart | ||
job_command.dart | ||
job_command_dto.dart | ||
job_counts_dto.dart | ||
job_name.dart | ||
job_status_dto.dart | ||
login_credential_dto.dart | ||
login_response_dto.dart | ||
logout_response_dto.dart | ||
map_marker_response_dto.dart | ||
o_auth_callback_dto.dart | ||
o_auth_config_dto.dart | ||
o_auth_config_response_dto.dart | ||
person_response_dto.dart | ||
person_update_dto.dart | ||
queue_status_dto.dart | ||
remove_assets_dto.dart | ||
search_album_response_dto.dart | ||
search_asset_dto.dart | ||
search_asset_response_dto.dart | ||
search_config_response_dto.dart | ||
search_explore_item.dart | ||
search_explore_response_dto.dart | ||
search_facet_count_response_dto.dart | ||
search_facet_response_dto.dart | ||
search_response_dto.dart | ||
server_info_response_dto.dart | ||
server_ping_response.dart | ||
server_stats_response_dto.dart | ||
server_version_reponse_dto.dart | ||
shared_link_response_dto.dart | ||
shared_link_type.dart | ||
sign_up_dto.dart | ||
smart_info_response_dto.dart | ||
system_config_dto.dart | ||
system_config_f_fmpeg_dto.dart | ||
system_config_o_auth_dto.dart | ||
system_config_password_login_dto.dart | ||
system_config_storage_template_dto.dart | ||
system_config_template_storage_option_dto.dart | ||
tag_response_dto.dart | ||
tag_type_enum.dart | ||
thumbnail_format.dart | ||
time_group_enum.dart | ||
update_album_dto.dart | ||
update_asset_dto.dart | ||
update_tag_dto.dart | ||
update_user_dto.dart | ||
usage_by_user_dto.dart | ||
user_count_response_dto.dart | ||
user_response_dto.dart | ||
validate_access_token_response_dto.dart |