How to have dynamic thumb folder selection?
I am creating a HTML gallery. I want to have a specific folder structure for each album. Now strugling with setting the directory for the thumbnail and photo folder in galleryinfo.lrweb:
The user can enter the albumfoldername, which by default is set on albumName:
["nonCSS.albumFolderName"] = "albumName",
Manually this works:
["photoSizes.photos.directory"] = "albumName",
But how to get the foldername entered by the user assigned or even the default value above? Tried several options but without luck. Best option would be (I think):
["photoSizes.photos.directory"] =function() return nonCSS.albumFolderName end,
Does somebody now how to get it working?
Jan-Willem
