photoprism2immich - Tool to migrate library #11142
giuliolibrando
started this conversation in
Show and tell
Replies: 1 comment
-
I've added support to migrate albums and favorites. It is now a complete migration tool for photoprism |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I made a tool for migrating a photoprism library to Immich. It needs to use the "originals" folder of photoprism and then contacts the Immich API to upload everything. The originals folder have a structure like this "originals/2024/07/picture.jpeg"
You can check if the files that are you trying to use have metadatas with exiftool
![Screenshot_sdfsd13](https://private-user-images.githubusercontent.com/76574961/349127413-f44f3a0b-e9b8-4b1d-808c-139601c37578.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTg3OTIsIm5iZiI6MTczOTM1ODQ5MiwicGF0aCI6Ii83NjU3NDk2MS8zNDkxMjc0MTMtZjQ0ZjNhMGItZTliOC00YjFkLTgwOGMtMTM5NjAxYzM3NTc4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDExMDgxMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTc4N2FjZjUzNTdlZTdiZGYxYzlmZTI1ZDViZmE0ZDAxYTBiZTE0YWMzYmM5OWI3MWI2NzczNmViZDE2YTY0YzYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.9E6bsZuYothOnZcUFgxmTJsMAN8oHsGKTvPqhJILfKI)
exiftool -a -u -g1 picture.jpeg
The tool can then be installed with
pip install photoprism2immich
Usage:
https://github.com/giuliolibrando/photoprism2immich
Beta Was this translation helpful? Give feedback.
All reactions