iCloud Photos Downloader: Shared Library Cleanup Enhancement

A new prune orphans flag addresses a critical gap in the auto-delete functionality for shared iCloud libraries, where photos moved by the library owner never get cleaned up locally. This change provides users with better control over local storage management in shared library scenarios.

Duration: PT1M49S

Episode overview

This episode is a short developer briefing from iCloud Photos Downloader.

It explains recent repository work in plain language.

  • Show: iCloud Photos Downloader
  • Published: 2026-06-12T13:15:37Z
  • Audio duration: PT1M49S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning, this is your iCloud Photos Downloader briefing for Thursday, June 12th, 2026.

Today's activity centers on fixing a significant cleanup problem in shared library workflows. When photos are moved from a shared library to the owner's personal collection, the current auto-delete feature fails to remove them from local storage, creating orphaned files that accumulate over time.

The core issue, addressed in pull request 1351, stems from how the auto-delete mechanism works. It only checks the shared library's recently deleted folder, but photos moved to the owner's personal library simply vanish from the shared zone without ever appearing in recently deleted. This leaves users with no…

The solution introduces a new prune orphans flag that takes a more comprehensive approach. After completing the normal download process, it enumerates all currently available photos and removes any local files that no longer correspond to accessible items in the library. This change touches several key areas…

This enhancement directly impacts users managing shared family libraries or collaborative photo collections, giving them better control over local storage usage. The feature appears to be…

Wh…

Nearby episodes from iCloud Photos Downloader

  1. Weekly Recap - Download Reliability Improvements
  2. Connection Error Resilience
  3. Weekly Recap - Apple Auth Compatibility & Infrastructure Updates
  4. WebUI 2FA Authentication Fix