Workflow to Download and Replace RAWs with HEICs in iCloud #881
-
I am attempting to set up @boredazfcuk's (boredazfcuk/docker-icloudpd) iCloud PD on Unraid. My initial strategy for photo management was like so:
However, wouldn't that mean that the Docker would then begin to download these converted HEIC files as well, basically ending up duplicating everything on my Server (one copy of the RAW and another copy being the HEIC file)? I do not wish to do that. My aim is to keep full size RAWs on my server and I can keep edited and converted HEIC files for convenience on my iPhone. If I'm going about it in a roundabout way and there's a way easier workflow that I'm missing. Wanted to see if anyone had insights before I get ready to script this use case. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Are you planning to perform one time conversion or you are looking in setting up workflow for continuous conversion? Does your camera support saving raw+jpeg/heic and will that work instead of converting on the server? I do not understand how are you planning to replace raw with hiec in icloud. Did you try that yet? I think when you try to upload heic, iCloud will treat it as a separate assets not linked to raw file. |
Beta Was this translation helpful? Give feedback.
Thanks for the detailed info - I learned a lot.
icloudpd
reads assets from icloud.com and each asset may have multiple representations, e.g. raw and heic.icloudpd
supports such type of assets. treating two separate icloud.com assets as the same on local file system and deterministically choosing one of them is not supported. deleting happens at asset level as well, so it is not possible to delete (throughicloudpd
) in icloud.com raw out of raw+jpeg.