To import files and copy them in "date" folders, such as "2010-07-31", simply do the following:
Start FastPictureViewer and open the folder containing the images, either a disk folder, or your USB card reader (or the camera itself if it connects in "mass storage" USB mode, i.e. appears like an external drive such as G:\ to the operating system).
- Open the File Utilities Plug-In by pressing the F key.
- Click the "New..." button (top-right part of the window) to create a new rule.
- Leave the upper section alone and, in the middle section, select the "Copy it to the selected folder" action.
(you should see "Accept any file then copy it to the specified folder" In the "Review rule" section of the window) - Click the word "specified" to open the action parameter's window.
- Paste the following path in the "destination folder" field:
- Code: Select all
C:\Pictures\Import\{DateTaken:Year}-{DateTaken:Month0}-{DateTaken:Day0}
- Give the rule a meaningful name, for example "Import by date taken", optionally give it a description then click OK to close the rule editor.
- Make sure any other existing rule(s) are unchecked (the batch processor executes all checked rules in turn).
- Click "Apply to all images" at the lower-left of the window, and finally click the "Apply Now" button.
Of course, for this to work, your camera must have written the date and time within the files (most cameras do). If you prefer to use the current date (i.e. the “import date”) instead of the EXIF date taken, simply (but carefully!) replace “DateTaken” by “Now” in the destination path. The plug-in will then use the current date instead.
The main thing to learn here is that you can use “macros” to create the destination path according to “variables” like the EXIF date or current date.
In fact there are dozens of macros that you can use, for example the file’s date, most of the EXIF information such as shutter speed or aperture and many more, so, as silly as it sounds, if would be very easy to create an “f8” folder and copy all images taken at f/8 in there: just use C:\Pictures\Import\f{FNumber} instead.
If you right-click within the “destination folder” field in the action parameter editor where you pasted the destination folder name, the program will display an additional option, “Insert substitution variable” in the standard edit-box context menu. This menu contains 4 sub-menus, namely Image Info, File Info, Counters and Miscellaneous, which contains all the available “variables” that you can use.example rename _ABC1234.jpg to ABC_1234.jpg or even more complex name surgery (try this with any batch renaming that you know of). In fact the sample regular expression in the “Miscellaneous” submenu does just that.
Don't miss the tutorial page for extended coverage of FastPictureViewer Professional functions, video tutorials and an extensive Getting Started guide!