Skip to content

Instantly share code, notes, and snippets.

@daniele-athome
daniele-athome / sync-albums.sh
Last active December 14, 2024 02:54
Synchronize library folder structure with immich albums
#!/usr/bin/env bash
# Synchronize library folder structure with immich albums
# Usage: ./sync-albums.sh http://immich-host:port/api <api-key> <library-path>
set -e
BASE_URL="$1"
API_KEY="$2"
LIBRARY_PATH="${3%/}/"