Page 1 of 1

Tag jpegs with folder's name

PostPosted: Fri Feb 15, 2013 6:35 pm
by cahuk
I want to set up a rule that will tag every jpeg with the "X" tag if the folder containing that jpeg has a "X" in its name. How do I set up that rule? The jpegs are organised in subfolders.

Re: Tag jpegs with folder's name

PostPosted: Sat Feb 16, 2013 3:42 pm
by a_freyer
Code: Select all
if (all) of the following conditions are met for (the file or folder being processed):
     extension is JPEG
     if (all) of the following conditions are met for (its enclosing folder):
          name contains "X"

Do the following to the matched file or folder:
     rename...


Hold OPT to allow nested conditions.