Hi,
Oh, a number of different things, but with this example it's providing different locations for me to ingest or move photos to based on if I'm working locally on my laptop with just it's internal drive, locally with an external SSD, or connected to a server. There are a few different ways to solve this particular case, including with the dialog snapshot feature, and this possible use case for hotcodes is just one possibility. And storing the volume path is simply for my reference since you have to manually pick the volume path in the ingest and copy/move destination and backup folder roots and can't use variables for it. I'm also planning automated repository segregation by path depending on whether photos are created by/for clients, family members, youth sports teams, friends, personal photos, or other types of photo creators or clients.
I realize that I could (and may have to) just extend the column list in one namespace to support all of the columns, but organizing them into different namespaces and hot code files is easier for me to keep track of where I need to make changes or additions.
If I have to just use one namespace for those particular code generators I'd do something like what's below. Or I may try to find a different approach. Either way it's helpful to know the constraints of the hotcodes feature.
//$$ path
//== {usercustom3:0:lc}
//== {clientcustom3:0:lc}
//?? local Pictures PicturesBackups To Ingest Ingest Original Select Output Outtake Trash
//## prefix volume root backuproot preingestfolder ingestfolder originalsfolder selectsfolder outputfolder outtakesfolder trashfolder
local Local_ /Users/edhutchison Pictures PicturesBackups To Ingest1 Ingest Original Select Output Outtake Trash
mobile PB_ /Volumes/SSD SSDPictures SSDPicturesBackups
server Server_ /Volumes/sharedPictures ServerPictures ServerPicturesBackups
I could also achieve similar organization with keywords and / or multiple catalogs (which I'm also using), but this approach so far seems like it will meet most of my needs to keep my photo repositories organized in such a way that each repository can be easily moved or shared in bulk depending on working storage capacity. Plus it's easier for me to keep track of where photos are stored as they're moved among local, SSD, and server storage.
Thanks for your question.