So I run this script in CRON mode to make stacks out of my raw + jpg images which works fine.
However, i also want to use the fix-trash feature of the same script. Ideally i'd also like to run this intermittently.
The easiest way i see is to add a flag + environment variable that just runs fix-trash after the normal stacking script.
An other approach would be running a seperate container to do this since they are seperate actions that don't really have something to do with each other (but i don't really see a way to run fix-trash in CRON mode)
So I run this script in CRON mode to make stacks out of my raw + jpg images which works fine.
However, i also want to use the fix-trash feature of the same script. Ideally i'd also like to run this intermittently.
The easiest way i see is to add a flag + environment variable that just runs fix-trash after the normal stacking script.
An other approach would be running a seperate container to do this since they are seperate actions that don't really have something to do with each other (but i don't really see a way to run fix-trash in CRON mode)