scrufola
scrufola
IImmich
Created by scrufola on 8/23/2023 in #help-desk-support
I try to upload 2 images with the CLI but no image are added to the library
I compared the libraries directory with an older version and Immich renamed multiple files from names like 2023/2023-08-09/20230809_185802.mp4 to names like 2023/2023-08-09/caae1c84-06aa-493e-9bec-4fa236de60ee.mp4. Is that expected?
12 replies
IImmich
Created by scrufola on 8/23/2023 in #help-desk-support
I try to upload 2 images with the CLI but no image are added to the library
how does Immich decide if the something is a duplicate?
12 replies
IImmich
Created by scrufola on 8/23/2023 in #help-desk-support
I try to upload 2 images with the CLI but no image are added to the library
Skipped 1 duplicate picture
12 replies
IImmich
Created by scrufola on 8/23/2023 in #help-desk-support
I try to upload 2 images with the CLI but no image are added to the library
and, for what it's worth, I have to rename the file for every try. Without renaming it looks like this
A total of 0 assets will be uploaded to the server
A total of 2 assets will be added to album(s).
NOTE: some assets may already be associated with the album, this will not create duplicates.
A total of 0 assets will be uploaded to the server
A total of 2 assets will be added to album(s).
NOTE: some assets may already be associated with the album, this will not create duplicates.
and with renaming like this
A total of 2 assets will be uploaded to the server
A total of 2 assets will be added to album(s).
NOTE: some assets may already be associated with the album, this will not create duplicates.
A total of 2 assets will be uploaded to the server
A total of 2 assets will be added to album(s).
NOTE: some assets may already be associated with the album, this will not create duplicates.
12 replies
IImmich
Created by scrufola on 8/23/2023 in #help-desk-support
I try to upload 2 images with the CLI but no image are added to the library
Just immich-server? The last entry is from yesterday
immich_server | [Nest] 8 - 08/22/2023, 8:18:39 PM LOG [ImmichServer] Immich Server is listening on http://[::1]:3001 [v1.74.0] [PRODUCTION]
immich_server | [Nest] 8 - 08/22/2023, 8:18:39 PM LOG [ImmichServer] Immich Server is listening on http://[::1]:3001 [v1.74.0] [PRODUCTION]
12 replies
IImmich
Created by scrufola on 8/23/2023 in #help-desk-support
Number of images/videos does not match
The file in the assets db but missing in the library is a jpg. And the library directory only contains images and videos, no xml.
docker-compose exec -u postgres database psql immich -P tuples_only -c 'SELECT "originalPath" FROM assets WHERE "ownerId" = '"'5c511457-c05f-4a36-bbf7-4f33f0913473';" | sed -e 's,^ upload/,,' | sort > /tmp/files_from_db.txt

find /l/immich/library/me -type f | sed -e 's,/l/immich/,,' | sort > /tmp/files_from_dir.txt


$ diff -u /tmp/files_from_db.txt /tmp/files_from_dir.txt
--- /tmp/files_from_db.txt
+++ /tmp/files_from_dir.txt
@@ -1,4 +1,3 @@
-
library/me/2007/2007-01-24/IMG_1733.JPG
library/me/2007/2007-01-24/brian.IMG_1734.JPG
library/me/2007/2007-01-24/brian.IMG_1736.JPG
@@ -17513,7 +17512,6 @@
library/me/2021/2021-06-18/IMG_20210618_181324.jpg
library/me/2021/2021-06-18/IMG_20210618_181330.jpg
library/me/2021/2021-06-18/IMG_20210618_181402.jpg
-library/me/2021/2021-06-18/IMG_20210618_181406.jpg
library/me/2021/2021-06-18/IMG_20210618_181412.jpg
library/me/2021/2021-06-18/IMG_20210618_181416.jpg
library/me/2021/2021-06-18/IMG_20210618_181426.jpg



$ find /l/immich/library/me -type f | sed -e 's,.*\.,,' | tr '[A-Z]' '[a-z]' | sort | uniq -c
8 3gp
19300 jpg
2 mov
614 mp4
49 mpg
1 mts
docker-compose exec -u postgres database psql immich -P tuples_only -c 'SELECT "originalPath" FROM assets WHERE "ownerId" = '"'5c511457-c05f-4a36-bbf7-4f33f0913473';" | sed -e 's,^ upload/,,' | sort > /tmp/files_from_db.txt

find /l/immich/library/me -type f | sed -e 's,/l/immich/,,' | sort > /tmp/files_from_dir.txt


$ diff -u /tmp/files_from_db.txt /tmp/files_from_dir.txt
--- /tmp/files_from_db.txt
+++ /tmp/files_from_dir.txt
@@ -1,4 +1,3 @@
-
library/me/2007/2007-01-24/IMG_1733.JPG
library/me/2007/2007-01-24/brian.IMG_1734.JPG
library/me/2007/2007-01-24/brian.IMG_1736.JPG
@@ -17513,7 +17512,6 @@
library/me/2021/2021-06-18/IMG_20210618_181324.jpg
library/me/2021/2021-06-18/IMG_20210618_181330.jpg
library/me/2021/2021-06-18/IMG_20210618_181402.jpg
-library/me/2021/2021-06-18/IMG_20210618_181406.jpg
library/me/2021/2021-06-18/IMG_20210618_181412.jpg
library/me/2021/2021-06-18/IMG_20210618_181416.jpg
library/me/2021/2021-06-18/IMG_20210618_181426.jpg



$ find /l/immich/library/me -type f | sed -e 's,.*\.,,' | tr '[A-Z]' '[a-z]' | sort | uniq -c
8 3gp
19300 jpg
2 mov
614 mp4
49 mpg
1 mts
3 replies
IImmich
Created by scrufola on 8/23/2023 in #help-desk-support
I try to upload 2 images with the CLI but no image are added to the library
I compared the md5 sum of the two files with the md5 sum of every file in the library directory and these two files aren't there.
12 replies