Retrieving full tag name

Started by billscully@me.com, February 15, 2014, 04:54:48 PM

Previous topic - Next topic

billscully@me.com

I am using -s and -G in my command line in order to retrieve the full tag name (e.g.," exif:WhiteBalance" or "photoshop:City") and not the description or name without the name space prefix.  However, I only am returned the tag name without the namespace prefix.  What am I doing wrong.  My command line is

"-stay_open True -G  -m -q -q -@ - -common_args -d \"%Y.%m.%d %H:%M:%S\" -t -a -s -u  "

Thank you,

Bill 

Phil Harvey

Hi Bill

With -t, the group name is in a separate column when -G is specified.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

billscully@me.com

Thanks, Phil.  Everything is great!

Bill