Smart Organize Files
file_organizer_organize_smartOrganize mixed file collections by type: sort music into artist/album folders, photos into date-based folders with optional GPS removal, and documents into topic folders. Preview changes with dry_run.
Instructions
Automatically organizes mixed files (music, photos, documents) using the appropriate strategy for each type. Music → Artist/Album structure. Photos → Date-based folders with optional GPS stripping. Documents → Topic-based folders. Use dry_run=true to preview changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | If true, only preview changes without moving files | |
| recursive | No | Scan subdirectories recursively | |
| strip_gps | No | Strip GPS location data from photos for privacy | |
| source_dir | Yes | Full path to the directory containing mixed files (music, photos, documents) | |
| target_dir | Yes | Full path to the directory where organized files will be placed | |
| music_structure | No | Folder structure for music files | artist/album |
| create_shortcuts | No | For multi-topic documents, create shortcuts in additional topic folders | |
| photo_date_format | No | Date format for photo folder structure | YYYY/MM |
| copy_instead_of_move | No | Copy files instead of moving them | |
| photo_group_by_camera | No | Group photos by camera model within date folders |