Skip to content

Simple desktop app for sorting your photos by dates

Notifications You must be signed in to change notification settings

mkfl3x/photo-sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photo-Sorter

Sometimes you have a lot of photos from various devices, and their names might look like _MG_5529.JPG or DSC00758.JPG.

The Photo-Sorter app can solve this problem by renaming your files to a more readable format:
2007-Sep-10_13-55-40.jpeg.

Photo-Sorter

Modes

  • Copy - Copies renamed files to the destination directory
  • Copy by years - Copies renamed files to the folders by years
  • Move - Moves renamed files to the destination directory
  • Move by years - Moves renamed files to the folders by years
  • Replace - Renames files directly in the source directory

Move and Replace modes remove files that are duplicated in the same directory.

Supported file formats

  • JPG/JPEG
  • PNG

How it defines the date

It uses the last modified time from the file metadata.

How it defines duplicates

It compares files by their names, extensions, sizes, and MD5 hashes.
Duplicates are removed only if they are placed in the same folder.

About

Simple desktop app for sorting your photos by dates

Resources

Stars

Watchers

Forks

Packages

No packages published