Skip to main content
johnrellis
Legend
November 11, 2010
Question

New plugin: Any Tag

  • November 11, 2010
  • 2 replies
  • 1231 views

My latest plugin, Any Tag, is now available; feedback greatly appreciated:

http://www.johnrellis.com/lightroom/anytag.htm

Work more efficiently with keywords and synonyms, including those containing spaces:

  • Quickly apply keywords and synonyms with just a few keystrokes, seeing all matching keywords, their parents, and their descriptions as you type.
  • Quickly filter photos by exact names of keywords, without laborious scrolling in the Filter Bar or accidental matches with text search.
  • Attach descriptions to keywords.
  • Avoid accidentally creating new keywords.

2 replies

Participant
March 11, 2025

This looks great! Can it be used in Bridge? I'm a PS user not LR

JohanElzenga
Community Expert
Community Expert
March 11, 2025

Lightroom plugins cannot be used in Bridge.

 

-- Johan W. Elzenga
areohbee
Legend
November 11, 2010

Very cool John.

I invented something similar as part of Keyword Consolidator, but mines not as slick as yours for keyword entry.

One thing my "Keyword List" app has that you may want to consider for any-tag is the addition of other metadata items along with keywords.

I worked with a stock photographer who just uses title & caption, so I added them hard-coded. But, since people often want to step through a set of photos and assign all their individual photo-specific metadata in one pass, its worth considering. Maybe have a config that allows them to select which fields they use, in case some use headline instead of caption...

Rob

johnrellis
Legend
November 12, 2010

Good suggestion.

johnrellis
Legend
November 13, 2010

Thinking through the idea of letting the user choose which metadata fields to expose in Any Tag > Tag, I've run into an SDK bug I've known about for a while:

If you give both the "save_frame" and "resizable" parameters to LrDialogs.presentModalDialog, so that the last window postion and size are remembered and that the window is resizable, then the SDK will never let the window resize smaller on each invocation, it can only get bigger.

So if the Tag command lets users select which metadata fields to show, and a  user selects a number of them out of curiousity and then deselects them, the Tag window will remain vertically tall with lots of empty grey space.  

The only to get the window shrink again is to edit the Lightroom preferences file and delete the corresponding key/value pair.  I discovered this during plugin development as I tried to make some buttons optional, appearing only if necessary.