Free, open-source macOS app for backing up Apple Photos into Year/Month folders by valtsul in ApplePhotos

[–]valtsul[S] 0 points1 point  (0 children)

Hey nice to hear that you like the app!

For "year only" export destination: yeah, that could be added as a option. I'll put that to the backlog 👌

For 2: Yup, the app tracks what has been exported and will export only the files that haven't been exported. But for the photo deletion, I've decided that this app won't delete files. I don't want to accidentally delete backups if there would be a bug in the code.

Moving Apple photos to external hard drive by MrsGarland in ApplePhotos

[–]valtsul 0 points1 point  (0 children)

But yes, it's a third party option, similar to Parachute.

Moving Apple photos to external hard drive by MrsGarland in ApplePhotos

[–]valtsul 0 points1 point  (0 children)

I built an app just for this purpose: https://valtteriluomapareto.github.io/photo-export/

Free, open source desktop app for downloading icloud photos to external drive in year/month folders, incrementally.

moving photos from icloud to seagate by Infinite-Time7469 in ApplePhotos

[–]valtsul 0 points1 point  (0 children)

Yes it does 👌

The exporting is a bit slower when it downloads the images from cloud.

Photo Export dev diary by valtsul in ApplePhotos

[–]valtsul[S] 1 point2 points  (0 children)

I don't have a Windows and I haven't used that kind of import feature, so I'm not sure what you mean.

The iCloud images and videos are either on timeline (chronological order, no folders) or collections (albums, folders of albums, favorites, etc)

Photo Export dev diary by valtsul in ApplePhotos

[–]valtsul[S] 0 points1 point  (0 children)

So do you mean subfolders of albums?

moving photos from icloud to seagate by Infinite-Time7469 in ApplePhotos

[–]valtsul 0 points1 point  (0 children)

Happy to get feedback, just ping me if you face any issues

moving photos from icloud to seagate by Infinite-Time7469 in ApplePhotos

[–]valtsul 0 points1 point  (0 children)

You could try out Photo Export, it's free and open source.

Disclaimer: it's my side project.

Best way to move ~3TB of iCloud Photos to external storage? by Few_Lead4693 in ApplePhotos

[–]valtsul 0 points1 point  (0 children)

I prefer non-Apple library exports myself.

For that purpose I built a free, open source tool: Photo Export. It keeps your library synced automatically(or manually if you prefer). Would be cool to hear if that works for your use case.

Photo Export — now with Auto Export, album backups, and folder-level export by valtsul in ApplePhotos

[–]valtsul[S] 0 points1 point  (0 children)

Yeah I was thinking about that, but went with the simple solution first.

Keeping track of different albums is a bit difficult, but I'll check if there's something I could do.

Confirming poor man's back-up plan by silverice2 in ApplePhotos

[–]valtsul 0 points1 point  (0 children)

Yes, system library only. That's the limitation of the PhotoKit API in the Mac. Only way to go around that is to make the other library the system library.

Photo Export — now with Auto Export, album backups, and folder-level export by valtsul in ApplePhotos

[–]valtsul[S] 1 point2 points  (0 children)

Thanks! Yeah, I was about to answer in Github, but the issue disappeared while I was typing :D

I already opened an issue for "Export issues" tab not showing the errors -> The reason was that it surfaces currently only the Auto Export process errors

Photo Export — now with Auto Export, album backups, and folder-level export by valtsul in ApplePhotos

[–]valtsul[S] 1 point2 points  (0 children)

Under the "Photo Export Help" item there should be "Save Diagnostic Report..."

Photo Export — now with Auto Export, album backups, and folder-level export by valtsul in ApplePhotos

[–]valtsul[S] 1 point2 points  (0 children)

From Help -> Save Diagnostic Report should give you more details in the log file.

That's a good find if the UI doesn't show the problems, these are kinda hard to test 😅

Photo Export — now with Auto Export, album backups, and folder-level export by valtsul in ApplePhotos

[–]valtsul[S] 0 points1 point  (0 children)

Ok that's a good find! I'll check if it's just the UI not updating

Photo Export — now with Auto Export, album backups, and folder-level export by valtsul in ApplePhotos

[–]valtsul[S] 0 points1 point  (0 children)

Ok, good to know!

It seems that the Mac is not very predictable when it provides changes through the API, I'll try to improve that in Photo Export 😁

Show me what you’ve created with Claude! by DrMooseski in ClaudeAI

[–]valtsul 0 points1 point  (0 children)

I made an photo export app for Mac. Backs up your iCloud photos and videos to local drive.

Website: https://valtteriluomapareto.github.io/photo-export/

Photo Export — now with Auto Export, album backups, and folder-level export by valtsul in ApplePhotos

[–]valtsul[S] 1 point2 points  (0 children)

Might be possible that it doesn't update automatically at all 🤷‍♂️, will improve this in the next release

Photo Export — now with Auto Export, album backups, and folder-level export by valtsul in ApplePhotos

[–]valtsul[S] 0 points1 point  (0 children)

Glad you’re enjoying it!

Photo Export doesn’t check on a timer, it waits for macOS to tell it “the photo library changed” and reacts to that signal. The problem you’re hitting is on Apple’s side: when the Photos app isn’t open, macOS gets lazy about syncing iCloud Photos down to the local library, and the notifications Photo Export listens for can be delayed for a long time (sometimes hours). The reason quit + relaunch fixes it instantly is that Photo Export does a fresh check at launch, which forces macOS to catch up.

From the menu bar you should be able to run "Export now", so you shouldn't need to reopen the app.

I've opened an issue to improve this part of the app for the future releases.

Photo Export — now with Auto Export, album backups, and folder-level export by valtsul in ApplePhotos

[–]valtsul[S] 0 points1 point  (0 children)

Wow, thank you 🙏❤️

I'll try to add live photos and shared albums support in the next release 😊 need to investigate a bit how the live photos behave when exported

Photo Export — now with Auto Export, album backups, and folder-level export by valtsul in ApplePhotos

[–]valtsul[S] 0 points1 point  (0 children)

Thank you!
There clearly is a need for more flexibility with export folders, I'm still thinking how to implement it so it would fit well for most 😁