Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 847 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 847 Bytes

Immich Tools

A collection of cli tools for assets and album manipulations

Installation

npm i -g immich-tools

Usage

Run immich-tools help to see the command usage

Included tools

  • hash: Compute hash of eligible assets from a collection of Zips (e.g Google Takeout) or from filesystem
  • merge: Merge a collection of assets from multiple albums into one destination album
  • missing: Find and Upload missing assets from a collection of Zips (e.g Google Takeout) or from filesystem
  • stack: Group identical images in different format into stacks (Group RAW+JPEG files)
  • group: Automatically create albums based on assets similarities (date, location,original folder, ...)
  • dedup: Find assets that looks the same based on perceptual hashes

Tools listed in Italic are still under development