this post was submitted on 07 May 2025
122 points (99.2% liked)

Selfhosted

60094 readers
574 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, and your account is at least 30 days old, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I had a problem, my wife wanted to be able to download all the images of our kids from Storypark so that we can add them to our Immich instance. To download them you had to in the app or website click open each image then go through the menu to download. Because we have 2 kids that could be upwards of 60 photos.

Being someone that works in the automation field, I couldn't have such a clunky process for photos sent to us daily.

Initially I built a quick an dirty script that opens the current page but then I thought why not expand it to not only get the images but all of the posts that have not been downloaded yet. Then I had the idea of updating the EXIF data so that Immich can put the images on the correct date.

I run a lot of docker containers so next step was to enable me to run this on my own NAS and have it save the files directly to where Immich is looking and here we are. I realised other parents could use this so I've cleaned up my code and put it up for others to use.

Hopefully those other parents with RSI will appreciate the script. You can run it locally or in docker.

Next phase will be to have it find the images with my kids and archive the ones without their faces for review.

you are viewing a single comment's thread
view the rest of the comments
[–] AustralianSimon@lemmy.world 6 points 1 year ago (1 children)

Just a warning, I found a bug while clicking an element in the docker container but the script runs in venv just fine.

[–] petey@aussie.zone 6 points 1 year ago

No worries, l definitely plan to use it in Docker, so I’ll give it a go and if I can I’ll submit PRs for anything I find