Features
- #28
Add run modes for cleaning up or deleting all albums
Allows specifying option-m
or--mode
(Docker: Env VariableMODE
) to delete albums created by the script or to delete all albums in Immich.
Refer to to the README for documentation on how to use.
Enhancements
- Running the script manually using the Docker image will no longer automatically create all albums, but only list the albums it would create. To actually create albums, the
UNATTENDED
environment variable must be set as well. This mimics the default behavior of the script when running it without Docker.
Full Changelog: 0.7.0...0.8.0