PDA

View Full Version : {E} token



mklein
June 24th, 2010, 11:50 AM
Hi Chris,

Thanks for the new {Ex} tokens in DLP 2.2.7 but I am missing two features:

1. I would like to separate RAWs, JPEGs und Movies. Therefore I would like DLP (directory maker) to create the following folders for me:

2010\20100624\raw
2010\20100624\jpg
2010\20100624\mov

This is not possible with the current version, right? Could you add this token in the next release if possible?

2. I'm missing a token which enables me to convert strings into lowercase resp. uppercase. Could you add these tokens?

Thanks in advance
Michael

Chris Breeze
June 25th, 2010, 08:09 AM
You should be able do this using something like the following:
C:\Photos\{Y}\{Y}{m}{D}\{E2}{E5}{E6}

{E2} - JPG for JPEGs, empty otherwise
{E5} - MOV for movie files, empty otherwise
{E6} - RAW for raw files, empty otherwise

mklein
June 27th, 2010, 08:15 AM
OK, this works.

What about the tokens for upper and lower case?

Michael

Chris Breeze
June 28th, 2010, 09:53 AM
I'm planning to add the following tokens for converting to upper or lower case in the next release:
{upper,str} converts str to upper case
{lower,str} converts str to lower case

DavidB
June 28th, 2010, 11:04 AM
Will the same change also find its way into BB Pro in due course?

David

mklein
June 28th, 2010, 11:23 AM
I'm planning to add the following tokens for converting to upper or lower case in the next release:
{upper,str} converts str to upper case
{lower,str} converts str to lower case

That would be great, Chris. Many thanks!

Michael