Sorted Folder Structure - ellman12/Graphical-Photo-Organizer GitHub Wiki

When an item is sorted, it can end up in two places. If it had a Date Taken, its sorted path would follow this format: destDirRootPath/yyyy/M MMMM/d/filename.jpg

Where... destDirRootPath is the root path where sorted items go. yyyy is the Date Taken year. M is the number of the month without a leading 0. I.e., 1-12. MMMM is the full name of the month, like 'January'. d is the day of the month without a leading 0. I.e., 1-31.

If an item doesn't have a Date Taken, it gets sent to the Unknown Date Taken folder, which is located alongside the year folders. There are no other folders inside the Unknown Date Taken folder, just the files. image

An example of where files could get sent when sorted. image image image