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
Hi Bill
With -t, the group name is in a separate column when -G is specified.
- Phil
Thanks, Phil. Everything is great!
Bill