Hi,
I'm sure there is something simple I'm missing.
I'm using a folder name {yyyy}{mm}{dd}-{event} (with no quotation marks or anything else)
File name is {event} {title}
The file names are working out fine, but the folder names are literally _yyyy__mm__dd__event_ (i.e. it isn't reading it as an expression at all, but just writing the file name _yyyy__mm__dd__event_
Phohare 1.5.2, OSX 10.9.1, iphoto 9.5.1
Debug log shows Phoshare.py --export "/Users/Michael/Dropbox/Photos" --iphoto "~/Pictures/iPhoto Library" --events ".*Jakarta" --foldertemplate "{yyyy}{mm}{dd}{event}" --nametemplate "{event} {title}" --captiontemplate "{description}" --update --originals --faces --face_keywords --iptc --gps --verbose
Any ideas?