A comprehensive guide to automated photo album organization. Based on / With use off the script of Solvoxia at GitHub (see below for credits). Initial Setup First, create the necessary directory structure and API key configuration: mkdir -p /mnt/Immich-Library/api_keysCopy echo "api_key_User-1_from_Immich" > /mnt/Immich-Library/api_keys/User-1.keyCode language: JavaScript (javascript)Copy echo...
Creating Albums from Directory Structures in Immich
C