Replies: 5 comments 19 replies
-
Hi @nicosalto, remove the |
Beta Was this translation helpful? Give feedback.
-
Hi, the response that I receive is :
The .zip file the I'm trying to upload to immich is 2gb if that matters. trying folder "true" the same result
Trying without this command
|
Beta Was this translation helpful? Give feedback.
-
I am having a similar issue running while trying to import takeout files from Google. I am using the Linux version running on Unraid using a tmux session. I have 45 zip files named "takeout-001.zip" up to "takeout-045.zip". I used the -dry-run feature to see what it would do before I committed to the import. I ran the command: But it acts as if there are no files. The files are in the same folder as immich-go without anysubfolders. The log has:
|
Beta Was this translation helpful? Give feedback.
-
Hi There, Sorry I am new to this. I have each of my family members google photos downloaded from google takeout. I ran the string and it returned the numbers of photos and videos, but how can I run the string so it moves each family members google photos to their specific folders in Immich? This is currently what it looks like in Unraid: Where Path:/import where is mounts to /mnt/user/Media/GooglePhotos, I have 4 other subdirectories for each family member. Do I need to add a custom variable for each one and have it setup like: /import/familymember1 --> /mnt/user/Media/GooglePhotos/Familymember1 Is there a way when I run the string to import GooglePhotos from their zip files to move them into each family members folder rather than having them in one mixed up folder which currently will go to /import --> /mnt/user/Media/GooglePhotos/? Here is the string - immich-go -server=http://10.215.5.215:8111 -key=MyAPIKEYGOESHERE upload -dry-run -create-albums -google-photos takeout-*.zip Is it possible? Thanks. |
Beta Was this translation helpful? Give feedback.
-
Thank you for taking the time to respond.
I will reach out to the Discord group and post it there also.
Question, how can I link the API keys to each individual account. All the
users have been created. The API key will work for the upload but then how
do we link the users to that external profile so they can see their
photos and videos?
How can I import the files into the exact folder structure I have setup in
my Unraid Server?
I will run the import with my photos and videos only and see how the path
is created and see if I can then link the external libraries to each
profile I guess.
Thanks.
Kind Regards,
*Zlatko Lavcanski*
E: ***@***.***
M: +61 4 31 751 323
…On Mon, Jul 8, 2024 at 9:56 PM Jean François CASSAN < ***@***.***> wrote:
Hi @lavcanskiz <https://github.com/lavcanskiz>, I don't master immich
itself, hence I don't know how to use the import path and the library
feature <https://immich.app/docs/features/libraries>.
Anyway, immich will aggregate all photos sorted in various paths, into one
single collection.
You can liaise with the immich group on (discord)[
https://discord.gg/D2MYEqZ6] for help and advices.
That said, Immich can manage several users and keep photos separate. Each
user can share albums with others.
If this suits you needs, you have to create
- on Immich account for each of your users.
- Get a API key for each of them.
- Use immich-go to import each takeout archive into their respective
user's collection, using the user's API key.
*Immich-go can run on your personal computer.*
Immich-go will browse the takeout files to make remove duplicates,
replicate albums, get GPS and dates and upload them into you server using
the network. This is simpler than copying files to the server and run
immich-go within a container.
For each of your family members, the command would be:
immich-go -server=http://10.215.5.215:8111/ -key=FAMILYMEMEBERKEY upload -dry-run -create-albums -google-photos /path/to/member/takeout-*.zip
Remove the -dry-run to load the photos
—
Reply to this email directly, view it on GitHub
<#98 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AU64CDMCVMAGARHEY7UNU53ZLJ45ZAVCNFSM6AAAAABAOHOXPKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TSOBWGYZTM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi,
i extracted my google takeout into a folder and i am trying to send it to immich, but i get this error and i don't really understand why ?
stat takeout/: no such file or directory
here is the command line
./immich-go -server http://192.168.1.158:30041 -key eRvdYAH88JyxsUkbPlN68 upload -create-album-folder true -google-photos -dry-run smb://192.168.1.158/datas/documents/Pictures/2022 google photo takeout/
immich-go 0.9.0, commit fab5422, built at 2023-12-09T13:21:10Z
Server status: OK
stat takeout/: no such file or directory
it cant find the takeout folder but i do have it there in that diretory
Beta Was this translation helpful? Give feedback.
All reactions