[Enhancement]: Only Sort Images that Moved #40

Closed
opened 2026-06-11 15:19:22 +00:00 by ValleyGeek · 1 comment
Owner

Affected area

Sort into Folders

Current behavior

All images are moved into their target destination

Desired improvement

Only perform a move on images that aren't already in their target location

References

No response

### Affected area Sort into Folders ### Current behavior All images are moved into their target destination ### Desired improvement Only perform a move on images that aren't already in their target location ### References _No response_
Member

Implemented on branch 0.1.43/issue-40-50-80-sort-into-folders (queued for PR to main, not yet opened; version bumped to 0.1.44), alongside #50 and #80.

plan_sort_moves() (core/sort_into_folders.py) now skips images that are already directly inside their target tag-named subfolder — no move, no DB write, no shutil call for files already correctly placed. The completion summary dialog now also reports how many images were already in place. Covered by test_plan_sort_moves_skips_images_already_in_target_folder and test_sort_worker_reports_already_in_place_count.

Closing as implemented.

Implemented on branch `0.1.43/issue-40-50-80-sort-into-folders` (queued for PR to `main`, not yet opened; version bumped to 0.1.44), alongside #50 and #80. `plan_sort_moves()` (`core/sort_into_folders.py`) now skips images that are already directly inside their target tag-named subfolder — no move, no DB write, no `shutil` call for files already correctly placed. The completion summary dialog now also reports how many images were already in place. Covered by `test_plan_sort_moves_skips_images_already_in_target_folder` and `test_sort_worker_reports_already_in_place_count`. Closing as implemented.
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ai-collab/bulk-image-organizer#40
No description provided.