Tagged Questions
4
votes
2answers
141 views
How to add keywords to lightroom from a textfile (after import)?
I have a fairly large (20,000 photos) catalog. I'm trying to add keywords from the exif data that lightroom doesn't read, for instance any effects (like "pop color") applied to the photo.
Using ...
5
votes
1answer
191 views
Format for importing keywords into Lightroom from exif
I have my photos on disk and I want to import them into Lightroom.
On each photo I have keyword information in the exif and when I import the files in Lightroom I can see the keywords appear in the ...
2
votes
2answers
531 views
How do I use exiftool to update Lightroom's Hierarchical Subject?
I thought this would do it:
$ exiftool -XMP:HierarchicalSubject="people|Test" Test.jpg
1 image files updated
$ exiftool -G -j -n Test.jpg | grep Test
"SourceFile": "Test.jpg",
...