Organize Photo Files
file_organizer_organize_photosSort photos into date-based folders using EXIF metadata, with options to group by camera, strip GPS for privacy, and preview changes via dry run.
Instructions
Organize photos into date-based folders using EXIF metadata. Supports JPG, PNG, TIFF, HEIC, RAW formats. Can group by camera model and strip GPS data for privacy. Use dry_run=true to preview changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview changes without moving files | |
| strip_gps | No | Strip GPS location data from photos for privacy | |
| source_dir | Yes | Full path to the directory containing photos | |
| target_dir | Yes | Full path to the directory where organized photos will be placed | |
| date_format | No | Date format for folder structure | YYYY/MM |
| group_by_camera | No | Group photos by camera model within date folders | |
| response_format | No | markdown | |
| unknown_date_folder | No | Folder name for photos without date metadata | Unknown Date |
| copy_instead_of_move | No | Copy files instead of moving them |