[Enhancement]: Only Sort Images that Moved #40
Labels
No labels
Kind/Bug
Kind/Feature
Priority/High
Priority/Medium
Reviewed/Confirmed
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-collab/bulk-image-organizer#40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Implemented on branch
0.1.43/issue-40-50-80-sort-into-folders(queued for PR tomain, 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, noshutilcall for files already correctly placed. The completion summary dialog now also reports how many images were already in place. Covered bytest_plan_sort_moves_skips_images_already_in_target_folderandtest_sort_worker_reports_already_in_place_count.Closing as implemented.