Corrected:
robgendreau wrote:
lightroom://com.robcole.FileListener/Select%5B/[/Users/me/Pictures/2014/2014-05-21/P1000332 .JPG%5D];
In words: the URL must not be uuencoded - i.e. '[' must be '[' not '%5B' and ']' must be ']' not '%5D'
I'll consider uudecoding for the future, but for now that's how it's gotta be.
Also, there's a semicolon at the end (and between each "boxed" path if more than one).
And, a slash is missing between 'Select' and [/Users..
R