Topic: Lightroom 3 Beta: specifying "images/" and "thumbs/" directories
I'm generating SV galleries from Lightroom 3 Beta using SV-2 Pro and the TTG SV-2 plugin.
My gallery.xml files generated from LR contain the following <image> tag:
<image imageURL="photos/_HPC2690.jpg" thumbURL="photos/_HPC2690.jpg">
What I want is:
<image imageURL="images/_HPC2690.jpg" thumbURL="thumbs/_HPC2690.jpg">
I'm sure there is a way to control this, but I can't find it. Doing global replacements in my text editor is inelegant and error-prone.
Any help appreciated.