Immich Album Manager

Configuration

Usage

This tool can help quickly manage many Immich albums to delete, merge or edit using an easy filter process. This run entirely in the browser and talks directly to your Immich instance.

  • The Immich API key will need the album.* permissions
  • Your Immich server needs to support CORS, otherwise enable the proxy option above, sample proxy server
  • Filter supports partial regex: ^trip (starts with), 2024$ (ends with), trip.*beach (contains both)
  • Filter by asset count with ? prefix:
    • ?1 — exact count
    • ?>10 or ?>=10 — greater than
    • ?<5 or ?<=5 — less than
    • ?10-50 — range (inclusive)
  • Hover an album to visit 🔗 or rename ✏️
  • This tool is open source, runs entirely in the browser and the source is available on github.