PDA

View Full Version : Separate folder for video files?



Sam Taha
August 11th, 2010, 10:46 PM
Hi, these days most cameras shoot videos and I would like to be able to put those files in a separate folder..

For example:
..\20100804 Honeymoon\Originals ..\20100804 Honeymoon\Converted ..\20100804 Honeymoon\Web ..\20100804 Honeymoon\Videos
I'm not really sure how to use the {E} tokens to do this... is there a way?

I'm using v2.2.7

Thanks,
Sam

Sam Taha
August 11th, 2010, 11:39 PM
Okay I think I figured it out... I used the following tokens in the download path:

..\Pictures\{Y}\{Y}{m}{D} {J}\1. {J} (Original {E2}{E5}{E6})

Putting {E2}{E5}{E6} next to each other will always evaluate to either RAW, JPG or MOV.

And this gives me the following paths (assuming {J} = honeymoon and first file is a raw (nef), second file is a jpeg, and third file is a movie (avi) all from the same card:

..\2010\20100812 honeymoon\1. honeymoon (Original RAW)\20100812_honeymoon_001.NEF
..\2010\20100812 honeymoon\1. honeymoon (Original JPG)\20100812_honeymoon_002.JPG
..\2010\20100812 honeymoon\1. honeymoon (Original MOV)\20100812_honeymoon_003.AVI

If anyone has a better way please let me know :-)

Sam