-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to latest Immich API, link to photos, replace photos on republish
- Loading branch information
Showing
12 changed files
with
3,827 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,27 @@ | ||
# Immich Publisher [im] | ||
|
||
A plugin for Lightroom Classic to publish collections from Lightroom into Immich Albums. | ||
A plugin for Lightroom Classic to publish collections from Lightroom into Immich Albums. | ||
|
||
This plugin never deletes images! | ||
This plugin never deletes images! | ||
|
||
This plugin creates a relationship between local photos and collections and immich assets and albums. If the same photo is present in multiple collections, that relationship is maintained in immich - there are no additional copies created, just memberships. | ||
This plugin creates a relationship between local photos and collections and immich assets and albums. If the same photo is present in multiple collections, that relationship is maintained in immich - there are no additional copies created, just memberships. | ||
|
||
Exports will upload photos to immich without adding them to an alubm. However, if you later create a published collection with those previously exported pictures, the photos will not be re-uploaded, only the memberships will be added. | ||
Exports will upload photos to Immich without adding them to an alubm. However, if you later create a published collection with those previously exported pictures, the photos will not be re-uploaded, only the memberships will be added. | ||
|
||
Export and Publish functions work. | ||
Both "Export" and "Publish" functions work. | ||
|
||
### Known issues | ||
* Immich doesn't support overwriting an image for the time being. So, if you make edits to an image in Lightroom, and try to republish, it will not show up on immich | ||
* I'll be enhancing Immich in the future to support this. | ||
* If you remove a photo from a Lightroom collection, I haven't been able to figure out how to get notified. | ||
* Workaround | ||
* Mark a file for republishing. This will cause the plugin to run, and it will check that all the local files are synced to the remote. | ||
|
||
- If you remove a photo from a published Lightroom collection - the "Publish" action will not remove the photo right away. It appears that Lightroom does not invoke the Publishing plugin when this happens - at least I haven't been able to figure this out yet. | ||
- Workaround | ||
- Mark a file for republishing. This will cause the plugin to run, and it will check that all the local files are synced to the remote. | ||
|
||
### Advanced | ||
Turn on Logging if you want to see more information about what is being send to the server. Verbose logging is very versbose, and normal logging is probably the most you want. | ||
|
||
Turn on Logging if you want to see more information about what is being send to the server. Verbose logging is very versbose, and normal logging is probably the most you want. | ||
|
||
### Future | ||
I plan on adding keywords, comments, likes, and additional enhancements in the future. | ||
|
||
PRs Welcome! | ||
I plan on adding keywords, comments, likes, and additional enhancements in the future. | ||
|
||
PRs Welcome! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.