You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i ran the script via docker run and getting 0 photos found, but both the mount points have tons of photos in them
docker run -e UNATTENDED="1" -e API_URL="https://photos.domain.com/api/" -e API_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -e ROOT_PATH="/mnt/photos,/mnt/praks" salvoxia/immich-folder-album-creator:latest /script/immich_auto_album.sh
time=2024-12-19T00:55:18.543+00:00 level=INFO msg=Detected Immich server version 1.123.0
time=2024-12-19T00:55:18.544+00:00 level=INFO msg=Requesting all assets
time=2024-12-19T00:55:18.694+00:00 level=INFO msg=0 photos found
time=2024-12-19T00:55:18.694+00:00 level=INFO msg=Sorting assets to corresponding albums using folder name
time=2024-12-19T00:55:18.694+00:00 level=INFO msg=0 albums identified
time=2024-12-19T00:55:18.694+00:00 level=INFO msg=Album list: []
time=2024-12-19T00:55:18.694+00:00 level=INFO msg=Listing existing albums on immich
time=2024-12-19T00:55:18.818+00:00 level=INFO msg=0 existing albums identified
time=2024-12-19T00:55:18.818+00:00 level=INFO msg=Creating albums if needed
time=2024-12-19T00:55:18.818+00:00 level=INFO msg=0 albums created
time=2024-12-19T00:55:18.819+00:00 level=INFO msg=Adding assets to albums
time=2024-12-19T00:55:18.819+00:00 level=INFO msg=Done!
I added these paths & havent run "Scan All Libraries" as I want your tool to do it. Do i have to run scan libraries 1st?
The text was updated successfully, but these errors were encountered:
Yes. The way the script works is not by replacing scanning external libraries in Immich, but relies on Immich importing the images first, then creating album from the images Immich found.
i ran the script via docker run and getting 0 photos found, but both the mount points have tons of photos in them
I added these paths & havent run "Scan All Libraries" as I want your tool to do it. Do i have to run scan libraries 1st?
The text was updated successfully, but these errors were encountered: