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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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

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