Page 1 of 1

Generate unique output folder name from the pano filename in a droplet.

Posted: Thu Sep 22, 2022 9:40 pm
by SBarrera
I'm trying to get a droplet to create a unique output folder name from the source pano filename.
I know that I can pull in the filename using the placeholder $(n) and use it to rename the index.html, pano.xml and thumbnail.jpg.

But I'm unsure where to enter $(n) or other placeholders to rename the output folder in the droplet I'm creating.

Any thought?

BTW: I'm on a Mac and using version 6.1.15 pro

Thanks!

Re: Generate unique output folder name from the pano filename in a droplet.

Posted: Fri Sep 23, 2022 11:23 am
by Hopki
<== Moved post to correct forum ==>

Just edit the output folders file name:

Screenshot 2022-09-23 at 09.51.38.png
Screenshot 2022-09-23 at 09.51.38.png (58.89 KiB) Viewed 522 times

This way you can still use pano.xml and skin.js as each project will now be placed in its own folder.
Note $(n) will be taken from the first panorama.
Regards,

Re: Generate unique output folder name from the pano filename in a droplet.

Posted: Fri Sep 23, 2022 5:07 pm
by SBarrera
Thank you Hopki!
That solves this problem.
I should try right-clicking on more items. :wink: