Skip to content

feat(photo-sorting): sort renamed photos into configurable date subfolders - #19

Merged
ndomako10 merged 1 commit into
mainfrom
feat/photo-sorting
Mar 27, 2026
Merged

feat(photo-sorting): sort renamed photos into configurable date subfolders#19
ndomako10 merged 1 commit into
mainfrom
feat/photo-sorting

Conversation

@ndomako10

Copy link
Copy Markdown
Owner

Summary

  • After renaming, each photo is moved into <Output>/<subfolder>/ where the subfolder is derived from the EXIF timestamp via a configurable DateTime.ToString() format string
  • New SortFolderFormat key in settings.json (default: "yyyy/yyMM"2026/2603)
  • Subfolders are created on demand
  • -WhatIf action text includes the destination folder so the intended move is visible without executing
  • rename-log.json gains a DestinationPath field recording the final file location

Closes #2

…lders

After renaming, Move-Item places each photo into <Output>/<subfolder>/,
where <subfolder> is derived from the EXIF timestamp using a
DateTime.ToString() format string. Default: "yyyy/yyMM" → 2026/2603.

- SortFolderFormat key added to settings.example.json (top-level)
- Collision check updated to target the subfolder path
- ShouldProcess action text includes the destination folder
- rename-log.json gains a DestinationPath field

closes #2
@ndomako10
ndomako10 merged commit 2a6237b into main Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: sort renamed photos into date subfolders (yyyy/yyMM)

1 participant