Replies: 1 comment 1 reply
-
This is because the template system works in a a combinatorial fashion -- for templates that have multiple values, like You can tell the template system to join all the values of a single template together using a delimiter by prepending the delimiter and
This produces output like this:
This can also be accomplished using the
I prefer the first because it's more succinct but both accomplish the same thing. There is one issue with this template in that if any of these fields are empty (e.g. no person in the photo or no place name), you'll get something that looks like this:
Where it still shows the heading
Produces
If preferred, you can also use the conditional test feature (
This yields:
Note that the Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Hi,
First of all many many thanks for writing such a fantastic tool to export photos.
I can't wait for your GUI tool.
I have one small question, please see if you can answer.
Here is my osxphotos command:
I am trying to achive:
--exiftool
)Everything working perfectly except "FinderComments". Below are my FinderComments to one of my photo:
As you can see I have 2 persons, 1 place, 3 label in this photos. But because
Person
andlabel
result in multiple values, it is getting multiplied and all fileds are displaying 3 times. Is it possible to have finder comment like below?Persons = Person1, Person2; Place = San Jose, California, United States; Labels = Child"
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions