{"id":24879265,"url":"https://github.com/f-shake/photoarchivingtools","last_synced_at":"2026-05-15T13:06:58.855Z","repository":{"id":244653302,"uuid":"815841536","full_name":"f-shake/PhotoArchivingTools","owner":"f-shake","description":"照片归档工具，一套用来解决照片（以及部分文件）在预处理、整理、存档、浏览等环节存在问题的自动化工具","archived":false,"fork":false,"pushed_at":"2024-07-21T00:23:55.000Z","size":949,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-05T21:55:17.859Z","etag":null,"topics":["archive","avalonia","gui","photo"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f-shake.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-16T10:32:24.000Z","updated_at":"2024-07-21T00:23:59.000Z","dependencies_parsed_at":"2024-06-28T10:02:25.061Z","dependency_job_id":"ef1d2c95-b10d-4d27-8426-344260a8d129","html_url":"https://github.com/f-shake/PhotoArchivingTools","commit_stats":{"total_commits":41,"total_committers":1,"mean_commits":41.0,"dds":0.0,"last_synced_commit":"fe6398a990fd3fc3b81e87301cc56b3c945a9dc8"},"previous_names":["autodotua/photoarchivingtools","f-shake/photoarchivingtools"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/f-shake/PhotoArchivingTools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-shake%2FPhotoArchivingTools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-shake%2FPhotoArchivingTools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-shake%2FPhotoArchivingTools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-shake%2FPhotoArchivingTools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f-shake","download_url":"https://codeload.github.com/f-shake/PhotoArchivingTools/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-shake%2FPhotoArchivingTools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33067512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["archive","avalonia","gui","photo"],"created_at":"2025-02-01T10:15:20.317Z","updated_at":"2026-05-15T13:06:58.838Z","avatar_url":"https://github.com/f-shake.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 照片归档工具\n\n## 简介\n\n一套用来解决照片（以及部分文件）在预处理、整理、存档、浏览等环节存在问题的自动化工具\n\n| 工具名                       | 用途                                                         | 期望解决的问题                                               | 英文名                    |\n| ---------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------- |\n| 相同时间段照片归档           | 识别目录中相同时间段的文件，将它们移动到相同的新目录中       | 例如对于航拍照片，多次起飞的照片和视频会混在一起。通过该工具，可以通过拍摄时间来自动将不同航次的照片和视频进行归类。 | `TimeClassifyPanel`       |\n| 删除存在RAW的JPG             | 删除目录中存在同名RAW文件的JPG文件                           | 当拍摄了RAW+JPG格式的照片时，若决定处理RAW文件，那么JPG格式是多余的，需要删除。 | `UselessJpgCleanerPanel`  |\n| 使用EXIF时间更新文件修改时间 | 寻找EXIF信息中的拍摄时间与照片修改时间不同的文件，将修改时间更新闻EXIF时间 | 对照片进行处理后，文件修改时间会更新，不利于部分软件的照片排序，需要从EXIF中读取实际拍摄时间，对文件修改时间进行更新。 | `RepairModifiedTimePanel` |\n| 创建照片集合副本             | 复制或压缩照片，用于生成更小的照片集副本                     | 需要将硬盘中整理后的部分照片复制到手机中以便随时查看，但可能存在文件过大放不进手机、只需要部分目录中的文件、只需要部分类型文件等需求。 | `PhotoSlimmingPanel`      |\n\n## 截图\n\n![主界面1](imgs/P1.png)\n\n![主界面2](imgs/P2.png)\n\n![“创建照片集合副本”工具配置界面](imgs/P3.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff-shake%2Fphotoarchivingtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff-shake%2Fphotoarchivingtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff-shake%2Fphotoarchivingtools/lists"}