tenekev / immich-auto-stack

This is a simple, yet highly configurable Python script, dressed as a Docker container, that stacks together photos, based on certain criteria.
GNU Affero General Public License v3.0
26 stars 3 forks source link

Add dry run flag #9

Closed m3brown closed 2 months ago

m3brown commented 2 months ago

While I was testing the regex functionality, I commented out the line that calls "modifyAssets" to ensure I didn't push changes prematurely.

At one point, I uncommented the line (probably to commit changes) and forgot to re-comment. The result: I mistakenly created stacks for several photo combinations.

This could've been avoided with a dry run flag, which is a common phrase for a "safe mode" that doesn't apply changes. I imagine others might benefit from this flag when creating their personal regex customizations.