Selecting the Best Folder Naming Scheme |
Top Previous Next |
Selecting the best folder naming scheme depends on several factors such as how large your photo collection is likely to grow, how often you take photographs, what sort of images are to be stored, what media files you have and so on. Storing your images in a chronological sequence is the most popular naming scheme. It helps you to easily retrieve the photos even if you don't remember the exact date the photos were taken on. Below are some suggestions which will help you to select or build an appropriate folder naming scheme:
[2003-12-09].Day1.AfricaTrips [2003-12-09].Day2.AfricaTrips ...
For example: 1. If you take photographs very often, several sessions per week or more, you should use a month based template, for example: "%yyyy\%B\[%yyyy-%mm-%dd] %project"
2. If you take photos not very often, less than 5-10 sessions per month, you should use a season based template, for example: "%yyyy\%season\[%yyyy-%mm-%dd] %project"
3. If you take photos occasionally, for example 1-3 sessions per month , you should use a year based template, for example: "%yyyy\[%yyyy-%mm-%dd] %project"
Here are descriptions of the tokens used in the above examples. %yyyy - year image was taken, represented by four digits %season - the season the image was taken, ("Winter", "Spring", "Summer", or "Autumn") %mm - a month represented by two digits (01..12) %B - a full month name %dd - the day the image was taken %project - a project token used to identify folders by event
For example, adding the %type token to the end of the SubFolders template would allow you to send RAW files to a "RAW" folder, video files to a "VIDEO" folder and leave the JPEG files in a root folder.
Below are some examples of good folder naming schemes:
%group\%yyyy\%B\[%yyyy-%mm-%dd] %project\%type
%group - Image Group ("Scans", "Photos", "For Prints", or "For Web") %yyyy - year Image creation, as four digits %B - full month name %mm - month as two digits (01..12) %dd - day of the month (01..31) %project - event name %type - image type ("RAW", "VIDEO" or "")
%smodel\%yyyy\%season\[%yyyy-%mm-%dd] %project\%type
%smodel - short camera model name %yyyy - year of image creation, as four digits %season - season ("Winter", "Spring", "Summer", or "Autumn") %mm - month as two digits (01..12) %dd - day of the month (01..31) %project - event name %type - image type ("RAW", "VIDEO" or "")
%owner\%yyyy\%mm\[%yyyy-%mm-%dd] %project
%owner - camera owner's name %yyyy - year of image creation, as four digits %mm - month as two digits (01..12) %dd - day of the month (01..31) %project - event name
|