Tag jpegs with folder's name

Get help. Get answers. Let others lend you a hand.

Moderator: Mr_Noodle

Tag jpegs with folder's name 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.
cahuk
 
Posts: 3
Joined: Fri Feb 15, 2013 6:12 pm

Re: Tag jpegs with folder's name 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.
a_freyer
 
Posts: 631
Joined: Tue Sep 30, 2008 9:21 am
Location: Colorado


Return to Support