Skip to content

Releases: Salvoxia/immich-folder-album-creator

v0.8.1

06 Aug 05:49
Compare
Choose a tag to compare

Fixes

  • #30 Root path with spaces in it are not recognized
    Docker only: Fixed an error that caused ROOT_PATH environment entries with blanks to be parsed not only at the comma but also at the blank, leading to incorrect root_path arguments being passed to the script. Thanks @kftb!

Full Changelog: 0.8.0...0.8.1

v0.8.0

02 Aug 18:22
Compare
Choose a tag to compare

Features

  • #28 Add run modes for cleaning up or deleting all albums
    Allows specifying option -m or --mode (Docker: Env Variable MODE) 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

v0.7.0

30 Jul 19:54
Compare
Choose a tag to compare

Features

  • #23 Add option to ignore specific folders
    Allows specifying option -i or --ignore (Docker: Env Variable IGNORE) with a colon : separated list of folders, sub-folder sequences or file names to be ignored when generating the list of album names or to ignore from adding to an album. Thanks to @clombt !
  • #25 Add option to disable SSL verification
    Allows specifying -k or --insecure (Docker: Env Variable INSECURE with values true or false) to disable SSL certificate verification. Useful when the Immich server is secured with a self-signed certificate. Thanks to @alternak !

Full Changelog: 0.6.0...0.7.0

v0.6.0

11 Jun 18:53
Compare
Choose a tag to compare

Added support for breaking API changes in Immich Server v1.106.1

Full Changelog: 0.5.0...0.6.0

v0.5.0

17 May 16:59
Compare
Choose a tag to compare

Features

  • #11 Make parent-name optional in naming of album
    Allows specifying a range for --album-levels to only use parts of an image's folder structure to create the album name from. Refer to the readme section Album Level Ranges for detailed explanation.

v0.4.0

12 Apr 16:34
Compare
Choose a tag to compare

Features

#7 Add option to name album by deepest folder only
Allows passing negative album-level arguments to to create album names from the deepest x folders in the folder tree instead of the top x folders. Refer to How it works for detailed explanation.

v0.3.0

10 Apr 16:42
Compare
Choose a tag to compare

Features

#6 [FR] Specify multiple root paths
Allows passing additional root_paths to the script using the -r or --root-path argument multiple times to support external libraries with multiple import paths or multiple external libraries.
Multiple root paths can be passed to the Docker image by setting the ROOT_PATH environment variable to a comma separated list of paths.

v0.2.0

03 Mar 18:03
Compare
Choose a tag to compare

Features

#2 New option for Album name levels
Allows creation of albums from nested folders with concatenated folder names as album name. Refer to How it works for detailed explanation.

v0.1.1

26 Feb 21:11
Compare
Choose a tag to compare

Fixes

#1 [Docker] setup_cron.sh adds crontab expression each time container is restarted

v0.1.0

24 Feb 13:41
Compare
Choose a tag to compare
  • Initial release